vim

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

commit 294ba4e6b6b966f0536b3208c542c8a43681189e
parent e58f404b9089c5ed96e62581767389a29ab558b4
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  6 Jan 2012 23:22:21 -0800

Merge remote-tracking branch 'origin/master'

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

diff --git a/.vimrc b/.vimrc @@ -35,6 +35,7 @@ if &t_Co > 2 || has("gui_running") syntax on set background=dark colorscheme blackboard + set guifont=Menlo:h12 endif if has("autocmd") @@ -49,7 +50,7 @@ set mouse=a map <silent> <S-F1> :if g:toggleMenu == 1<CR>:set guioptions-=m<CR>:let g:toggleMenu = 0<CR>:else<CR>:set guioptions+=m<CR>:let g:toggleMenu = 1<CR>:endif<CR> if has("gui_running") - set showtabline=2 " Always show tabs + set showtabline=1 " Show tabs only if > 1 open set guioptions-=T " Hide toolbar set guioptions-=m " Hide menu bar endif