Adds tmux themes; remaps <Esc> binding; and more...

This commit is contained in:
William Carroll 2016-11-10 14:49:13 -05:00
parent bd968db34a
commit ccb74054be
4 changed files with 11 additions and 1 deletions

View file

@ -340,9 +340,16 @@ nnoremap <leader>v7 :resize 35<CR>
nnoremap <leader>v8 :resize 40<CR>
" NERDTree settings
" Show hidden files by default. (Toggle with capital 'i')
let NERDTreeShowHidden=1
" View Directory tree with ctrl + \
nnoremap <C-\> :NERDTreeToggle<CR>
" View open buffer location in tree.
nnoremap <C-o> :NERDTreeFind<CR>
" BOL and EOL
nnoremap H ^