From cf3ab85868e2e099a396a2b337bd6833931ac223 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 14 May 2013 15:31:03 -0700 Subject: [PATCH] Disable Ex mode in vimrc --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index e682584..4971425 100644 --- a/vimrc +++ b/vimrc @@ -8,6 +8,9 @@ call pathogen#helptags() " Editing options " These are now handled by the tab-expand plugin +" Disable Ex mode +nnoremap Q + " Automatic indentation of code blocks set autoindent