diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-11-26 22:46:12 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-11-26 22:46:12 +0100 |
commit | 85eaeb952a9235260649e408e6b1326d1cddb76f (patch) | |
tree | 935643833f069ed2795d5180198fb928832b879b /vimrc | |
parent | 12a7c219c29ecb0193e1b82ca42ddc9ff65188e4 (diff) | |
download | vim-85eaeb952a9235260649e408e6b1326d1cddb76f.zip vim-85eaeb952a9235260649e408e6b1326d1cddb76f.tar.gz |
disable automatic visual mode using mouse
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ set nocompatible " be iMproved, required filetype off " required +set mouse-=a " disable automatic visual mode using mouse + set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() |