mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:20:05 +08:00
fix(nerdtree): Fix N
key binding in nerdtree
Within filetree buffer, the `N` key is used to create node.
This commit is contained in:
parent
6d44ea4780
commit
534c2bf815
@ -28,6 +28,7 @@ function! s:nerdtreeinit() abort
|
||||
nnoremap <silent><buffer> P :<C-u>call <SID>paste_to_file_manager()<CR>
|
||||
nnoremap <silent><buffer> h :<C-u>call <SID>nerdtree_h()<CR>
|
||||
nnoremap <silent><buffer> l :<C-u>call <SID>nerdtree_l()<CR>
|
||||
nnoremap <silent><buffer> N :<C-u>call NERDTreeAddNode()<CR>
|
||||
endfunction
|
||||
|
||||
function! s:paste_to_file_manager() abort
|
||||
|
Loading…
Reference in New Issue
Block a user