diff options
Diffstat (limited to 'system/vim/vimrc')
-rw-r--r-- | system/vim/vimrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/vim/vimrc b/system/vim/vimrc index 66b72282c..df08a4866 100644 --- a/system/vim/vimrc +++ b/system/vim/vimrc @@ -4,8 +4,6 @@ set ai " Always set auto-indenting on set history=50 " keep 50 lines of command history set ruler " Show the cursor position all the time -set mouse="" " Use Vim 7 default of no mouse movements by default - " Don't use Ex mode, use Q for formatting map Q gq |