mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-27 10:59:30 +08:00
Updating creator.vim file (this fixes #352)
This commit is contained in:
parent
7f36008e80
commit
1784de15dd
|
@ -8,7 +8,7 @@ let g:NERDTreeCreator = s:Creator
|
|||
"FUNCTION: s:Creator._bindMappings() {{{1
|
||||
function! s:Creator._bindMappings()
|
||||
"make <cr> do the same as the activate node mapping
|
||||
nnoremap <silent> <buffer> <cr> :call nerdtree#invokeKeyMap(g:NERDTreeMapActivateNode)<cr>
|
||||
nnoremap <silent> <buffer> <cr> :call nerdtree#ui_glue#invokeKeyMap(g:NERDTreeMapActivateNode)<cr>
|
||||
|
||||
call g:NERDTreeKeyMap.BindAll()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user