aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 051689d..d0afa54 100644
--- a/vimrc
+++ b/vimrc
@@ -104,4 +104,7 @@ 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>
+
+" <C-A> in normal mode selects the whole text by using visual mode.
nnoremap <C-A> ggVG
+