Removed space.vim, messing with semicolon mapping

This commit is contained in:
yan
2011-12-15 23:46:11 -08:00
committed by Yan Pritzker
parent 8f193284a9
commit f1a6d461a4
3 changed files with 4 additions and 5 deletions

5
vimrc
View File

@@ -102,7 +102,10 @@ if has("gui_running")
set background=dark
" Show tab number (useful for Cmd-1, Cmd-2.. mapping)
set guitablabel=%N:\ %t\ %M
" For some reason this doesn't work as a regular set command,
" (the numbers don't show up) so I made it a VimEnter event
autocmd VimEnter * set guitablabel=%N:\ %t\ %M
set lines=60
set columns=190