Disable Ex mode in vimrc

vimbundler
nirenjan 2013-05-14 15:31:03 -07:00
parent a6c3eea9df
commit cf3ab85868
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -8,6 +8,9 @@ call pathogen#helptags()
" Editing options
" These are now handled by the tab-expand plugin
" Disable Ex mode
nnoremap Q <nop>
" Automatic indentation of code blocks
set autoindent