Fix macro recording in Vim

vimbundler
nirenjan 2013-06-30 22:29:59 -07:00
parent 48c3f9dcbc
commit 0589da50a1
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -16,6 +16,10 @@ set expandtab
" Disable Ex mode
nnoremap Q <nop>
" Make record macro command use leader - saves annoyances
nnoremap q <nop>
nnoremap <Leader>q q
" Automatic indentation of code blocks
set autoindent