Added plugins to vim and changed some of the keybinds
This commit is contained in:
10
vimrc
Normal file
10
vimrc
Normal 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>
|
||||
Reference in New Issue
Block a user