Fix macro recording in Vim

vimbundler
nirenjan 2013-06-30 22:29:59 -07:00
parent 1177b81ed4
commit d4a3a68c75
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

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