aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-12-16 18:50:13 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-12-16 18:50:13 +0100
commitce063b1ad3ebb4073c67c83c868355544ec3f965 (patch)
treeb9ac4a78738fd1a829ade1c21e66913d2a7ea6fe /vimrc
parent6647bfd699018b76ed5c2d957870f4d7eba35266 (diff)
downloaddotfiles-ce063b1ad3ebb4073c67c83c868355544ec3f965.tar.gz
dotfiles-ce063b1ad3ebb4073c67c83c868355544ec3f965.zip
vim: added the <C-A> mapping in normal mode.
This mapping is convenient when I want to select the whole text.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 1162187..f4b853a 100644
--- a/vimrc
+++ b/vimrc
@@ -104,3 +104,4 @@ let mapleader = ","
" Control + S in insert mode: switch to normal mode and write to disk.
inoremap <C-S> <ESC>:w<CR>
nnoremap <C-S> :w<CR>
+nnoremap <C-A> ggvG