Adding map for NERDTree
This commit is contained in:
parent
e7a25b9db1
commit
1010ebbdff
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -45,3 +45,6 @@ let g:solarized_termcolors=256
|
|||
let g:solarized_contrast="high"
|
||||
let g:solarized_visibility="high"
|
||||
colorscheme solarized
|
||||
|
||||
" NERDTree toggle mapped to <leader>n
|
||||
nnoremap <silent> <leader>n :NERDTreeToggle <CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue