mirror of https://github.com/nirenjan/vimfiles.git
Fix macro recording in Vim
parent
1177b81ed4
commit
d4a3a68c75
4
vimrc
4
vimrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue