dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

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

Remove curses mouse handling.

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

diff --git a/.vim/.vimrc b/.vim/.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