vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 5215ed632fbfcc91d899730578e46ccc11b41dd4
parent c029f5774a888ee280a0ab56a1f80361cc997818
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 13 Feb 2013 10:36:44 -0800

Remove curses mouse handling.

Diffstat:
M.vimrc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -57,8 +57,7 @@ if has("autocmd") au BufNewFile,BufRead *.scala set filetype=scala endif -" Mouse/UI -set mouse=a " Enable mouse in all modes +" Other UI stuff if has("gui_running") set lines=60 columns=120 set showtabline=1 " Show tabs only if > 1 open