Add NerdTree key-bindings

This commit is contained in:
Candifloss 2026-07-16 23:47:04 +05:30
parent 3f77254f11
commit cf52be35ec
4 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ tags
# Persistent undo
[._]*.un~
plugged/

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

6
vimrc
View File

@ -106,6 +106,12 @@ filetype plugin indent on
set backspace=indent,eol,start
colorscheme molokai # Color scheme
# Nerdtree
nnoremap <leader>n :NERDTreeFocus<CR>
nnoremap <C-n> :NERDTree<CR>
nnoremap <C-t> :NERDTreeToggle<CR>
nnoremap <C-f> :NERDTreeFind<CR>
# Airline status bar config
g:airline_powerline_fonts = 1
g:airline_theme = 'bubblegum'