diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -133,6 +133,9 @@ nnoremap <leader>c :close<CR> inoremap <C-S> <ESC>:w<CR> nnoremap <C-S> :w<CR> +" <C-q> is the same as @q (I use q to store macros). +nnoremap <C-q> @q + " vim-surround.vim: <leader>s is used to surround a word. map <leader>s ysiw |
