diff options
| -rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -125,3 +125,6 @@ nnoremap <C-S> :w<CR> " <C-A> in normal mode selects the whole text by using visual mode. nnoremap <C-A> ggVG +" vim-surround.vim: <leader>s is used to surround a word. +map <leader>s ysiw + |
