diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-16 18:50:13 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-12-16 18:50:13 +0100 |
| commit | ce063b1ad3ebb4073c67c83c868355544ec3f965 (patch) | |
| tree | b9ac4a78738fd1a829ade1c21e66913d2a7ea6fe | |
| parent | 6647bfd699018b76ed5c2d957870f4d7eba35266 (diff) | |
| download | dotfiles-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.
| -rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
