update vundle, update tmux and vimrc to allow cross-split navigation

This commit is contained in:
Haak Saxberg 2014-03-21 16:59:55 -07:00
parent 4d870a9a9c
commit f224133df2
3 changed files with 9 additions and 8 deletions

@ -1 +1 @@
Subproject commit 2d2690e41f875466b7de06f93e7ff93b8c50a9af
Subproject commit eb5ae19ad67c33565b18301fcdc2cf0fa7184522

View file

@ -34,7 +34,7 @@ Bundle 'maxbrunsfeld/vim-yankstack'
Bundle 'tpope/vim-surround'
Bundle 'scrooloose/syntastic'
Bundle 'Valloric/YouCompleteMe'
Bundle 'christoomey/vim-tmux-navigator'
filetype plugin indent on " required
""" end vundle
@ -214,12 +214,6 @@ map \q :q<CR>
map \w :w<CR>
noremap Q <nop>
" Easy window navigation
map <C-h> <C-w>h
map <C-j> <C-w>j
map <C-k> <C-w>k
map <C-l> <C-w>l
" Dont reset cursor to start of line when moving around.
set nostartofline
" minimal number of lines to keep above/below cursorline