diff options
Diffstat (limited to 'system/vim/vimrc')
-rw-r--r-- | system/vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/vim/vimrc b/system/vim/vimrc index 4849a16d1..66b72282c 100644 --- a/system/vim/vimrc +++ b/system/vim/vimrc @@ -4,7 +4,7 @@ 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 +set mouse="" " Use Vim 7 default of no mouse movements by default " Don't use Ex mode, use Q for formatting map Q gq |