Skip to content

Instantly share code, notes, and snippets.

@wvdschel
Created September 3, 2013 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wvdschel/6429189 to your computer and use it in GitHub Desktop.
Save wvdschel/6429189 to your computer and use it in GitHub Desktop.
set tabpagemax=12
set showtabline=2
map <F1> <ESC>:tabn 1<CR>
map <F2> <ESC>:tabn 2<CR>
map <F3> <ESC>:tabn 3<CR>
map <F4> <ESC>:tabn 4<CR>
map <F5> <ESC>:tabn 5<CR>
map <F6> <ESC>:tabn 6<CR>
map <F7> <ESC>:tabn 7<CR>
map <F8> <ESC>:tabn 8<CR>
map <F9> <ESC>:tabn 9<CR>
map <F10> <ESC>:tabn 10<CR>
map <F11> <ESC>:tabn 11<CR>
map <F12> <ESC>:tabn 12<CR>
map <C-PageUp> <ESC>:tabn<CR>
map <C-PageUp> <ESC>:tabn<CR>
map <M-PageDown> <ESC>:tabp<CR>
map <M-PageDown> <ESC>:tabp<CR>
set nu
set t_Co=256
set nocompatible
syntax on
set expandtab
set tabstop=4
set shiftwidth=4
set softtabstop=4
filetype plugin on
filetype plugin indent on
autocmd FileType ruby setlocal expandtab shiftwidth=2 softtabstop=2
set backspace=indent,eol,start
colorscheme bensday
" colorscheme warm_grey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment