Created
June 7, 2011 18:41
-
-
Save flavius/1012854 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.vimrc.local | |
set guifont=Bitstream\ Vera\ Sans\ Mono\ 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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