Put cursor in first column

This commit is contained in:
Jason Franklin 2018-09-10 08:52:43 -04:00
parent 7e00a9971e
commit 5442d5e04a

View File

@ -218,6 +218,7 @@ function! NERDTreeCWD()
let l:newRoot = g:NERDTreeFileNode.New(l:cwdPath, b:NERDTree)
call b:NERDTree.changeRoot(l:newRoot)
normal! ^
endfunction
function! NERDTreeAddPathFilter(callback)