Added plugins to vim and changed some of the keybinds

This commit is contained in:
2014-08-28 22:04:09 +02:00
parent def1a9a238
commit 3ac0549596
10 changed files with 379 additions and 7 deletions

10
vimrc Normal file
View File

@@ -0,0 +1,10 @@
execute pathogen#infect()
syntax on
filetype plugin indent on
nnoremap <silent> <M-l> :TmuxNavigateLeft<cr>
nnoremap <silent> <M-j> :TmuxNavigateDown<cr>
nnoremap <silent> <M-k> :TmuxNavigateUp<cr>
nnoremap <silent> <M-l> :TmuxNavigateRight<cr>
map <F2> :NERDTreeToggle<cr>