mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
nerdtree shortcut
This commit is contained in:
parent
9d1a984137
commit
616854749c
1 changed files with 2 additions and 1 deletions
3
rc
3
rc
|
|
@ -145,7 +145,7 @@ map <leader>s :nohlsearch<CR>
|
|||
map <leader>q :cw<CR>
|
||||
|
||||
map <leader>R :source ~/.vimrc<CR>
|
||||
map <leader>t :CtrlP<CR>
|
||||
map <leader>t :NERDTreeToggle<CR>
|
||||
map <leader>b :CtrlPBuffer<CR>
|
||||
|
||||
"coffee
|
||||
|
|
@ -260,3 +260,4 @@ function! RestoreSession()
|
|||
endfunction
|
||||
autocmd VimEnter * call RestoreSession()
|
||||
|
||||
" vim: ft=vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue