Adding mouse support to vim. wtf
This commit is contained in:
parent
18573bd0d2
commit
7e2af8d8f5
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
|
@ -43,6 +43,10 @@ Bundle 'garbas/vim-snipmate'
|
||||||
|
|
||||||
filetype plugin indent on " last Vundle requirement
|
filetype plugin indent on " last Vundle requirement
|
||||||
|
|
||||||
|
" mouse!!!!!
|
||||||
|
set mouse=a
|
||||||
|
set ttymouse=xterm
|
||||||
|
|
||||||
" general goodness
|
" general goodness
|
||||||
set shell=/bin/bash " Syntastic breaks when trying to write to /var/folders
|
set shell=/bin/bash " Syntastic breaks when trying to write to /var/folders
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue