Skip to content

Instantly share code, notes, and snippets.

@flavius
Created June 7, 2011 18:41
Show Gist options
  • Save flavius/1012854 to your computer and use it in GitHub Desktop.
Save flavius/1012854 to your computer and use it in GitHub Desktop.
source ~/.vimrc.local
set guifont=Bitstream\ Vera\ Sans\ Mono\ 8
color elflord
set nocursorline
nnoremap ö :cprevious<CR>
nnoremap ä :cnext<CR>
nnoremap Ö <C-[>
nnoremap Ä <C-]>
set autochdir
let NERDTreeChDirMode=2
nnoremap <leader>n :NERDTree .<CR>
set nospell
" Tab Control (others)
map <A-1> 1gt
map <A-2> 2gt
map <A-3> 3gt
map <A-4> 4gt
map <A-5> 5gt
map <A-6> 6gt
map <A-7> 7gt
map <A-8> 8gt
map <A-9> 9gt
map <C-Right> <ESC>:tabnext<CR>
map <C-Left> <ESC>:tabprev<CR>
map <C-t> <ESC>:tabnew<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment