Skip to content

Instantly share code, notes, and snippets.

@miloops
Created December 16, 2011 14:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save miloops/1486188 to your computer and use it in GitHub Desktop.
set go-=T
set bg=dark
if &background == "dark"
hi normal guibg=black
set transp=8
endif
set wildmenu
set lines=120
set columns=130
" Font
set guifont=Monaco:h14.00
" No audible bell
set vb
" No toolbar
set guioptions-=T
" Use console dialogs
set guioptions+=c
" colorscheme twilight2
colorscheme railscasts
map <D-1> :tabn 1<CR>
map <D-2> :tabn 2<CR>
map <D-3> :tabn 3<CR>
map <D-4> :tabn 4<CR>
map <D-5> :tabn 5<CR>
map <D-6> :tabn 6<CR>
map <D-7> :tabn 7<CR>
map <D-8> :tabn 8<CR>
map <D-9> :tabn 9<CR>
map! <D-1> <C-O>:tabn 1<CR>
map! <D-2> <C-O>:tabn 2<CR>
map! <D-3> <C-O>:tabn 3<CR>
map! <D-4> <C-O>:tabn 4<CR>
map! <D-5> <C-O>:tabn 5<CR>
map! <D-6> <C-O>:tabn 6<CR>
map! <D-7> <C-O>:tabn 7<CR>
map! <D-8> <C-O>:tabn 8<CR>
map! <D-9> <C-O>:tabn 9<CR>
set invmmta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment