Put cursor in first column
This commit is contained in:
parent
7e00a9971e
commit
5442d5e04a
@ -218,6 +218,7 @@ function! NERDTreeCWD()
|
|||||||
|
|
||||||
let l:newRoot = g:NERDTreeFileNode.New(l:cwdPath, b:NERDTree)
|
let l:newRoot = g:NERDTreeFileNode.New(l:cwdPath, b:NERDTree)
|
||||||
call b:NERDTree.changeRoot(l:newRoot)
|
call b:NERDTree.changeRoot(l:newRoot)
|
||||||
|
normal! ^
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! NERDTreeAddPathFilter(callback)
|
function! NERDTreeAddPathFilter(callback)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user