aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index a8e5028..724aa90 100644
--- a/vimrc
+++ b/vimrc
@@ -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