Replace nerdrtree with neotree
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
noremap <F8> :bnext <CR>
|
||||
noremap <S-F8> :bprevious <CR>
|
||||
|
||||
" Define a shortcut to turn on NERDTree
|
||||
map <C-n> :NERDTreeToggle <CR>
|
||||
" Define a shortcut to toggle the Neotree
|
||||
map <C-n> :NeoTreeShowToggle <CR>
|
||||
|
||||
" Copy to clipboard with Ctrl+C when in visual mode
|
||||
vnoremap <C-c> "+y
|
||||
|
||||
Reference in New Issue
Block a user