mirror of https://github.com/nirenjan/dotfiles.git
Disable Ex mode in vimrc
parent
a6c3eea9df
commit
cf3ab85868
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