Adds tmux themes; remaps <Esc> binding; and more...
This commit is contained in:
parent
bd968db34a
commit
ccb74054be
4 changed files with 11 additions and 1 deletions
|
|
@ -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 ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue