aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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