aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index 1f061f4..70cea05 100644
--- a/vimrc
+++ b/vimrc
@@ -132,9 +132,6 @@ nnoremap <leader>c :close<CR>
inoremap <C-S> <ESC>:w<CR>
nnoremap <C-S> :w<CR>
-" <C-A> in normal mode selects the whole text by using visual mode.
-nnoremap <C-A> ggVG
-
" vim-surround.vim: <leader>s is used to surround a word.
map <leader>s ysiw