[vim] make Q execute macro in q
This commit is contained in:
parent
da8acbf6b0
commit
fb25ae86b1
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -165,6 +165,9 @@ augroup END " }}}
|
||||||
" quickly change background
|
" quickly change background
|
||||||
nnoremap <leader>bd :set background=dark<cr>
|
nnoremap <leader>bd :set background=dark<cr>
|
||||||
nnoremap <leader>bl :set background=light<cr>
|
nnoremap <leader>bl :set background=light<cr>
|
||||||
|
|
||||||
|
" Execute macro in q
|
||||||
|
nnoremap Q @q
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
if filereadable(expand("~/.vimrc.local"))
|
if filereadable(expand("~/.vimrc.local"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue