chadtree icon indicating copy to clipboard operation
chadtree copied to clipboard

feature request: open directory recursively and locate buffer file in tree view

Open finviman opened this issue 4 years ago • 1 comments

feature request.

finviman avatar Oct 15 '21 12:10 finviman

I was able to hack this in - here's my key mapping:

nnoremap <leader>e :lua CHAD.Toggle_follow(false);CHAD.Open({'--always-focus'});CHAD.Toggle_follow(false)<CR>

It works by toggling on "follow" mode, opening CHADtree, then toggling it back off. This assumes chadtree_settings.options.follow is set to v:false.

jessehansen avatar Mar 09 '22 21:03 jessehansen