mirror of https://github.com/nirenjan/vimfiles.git
Disable Ex mode in vimrc
parent
27993f55b9
commit
fdba95857b
3
vimrc
3
vimrc
|
@ -8,6 +8,9 @@ call pathogen#helptags()
|
||||||
" Editing options
|
" Editing options
|
||||||
" These are now handled by the tab-expand plugin
|
" These are now handled by the tab-expand plugin
|
||||||
|
|
||||||
|
" Disable Ex mode
|
||||||
|
nnoremap Q <nop>
|
||||||
|
|
||||||
" Automatic indentation of code blocks
|
" Automatic indentation of code blocks
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue