chadtree
chadtree copied to clipboard
Is there an option to have chadtree shown by default?
Is there an option to have chadtree shown by default? That is, open a file, and have chadtree enabled by default, with the cursor in the opened file (and not in chadtree)..
I know one could do it with:
autocmd VimEnter * CHADopen
and then just C-w to move cursor to the file, but I'd rather use an internal option.
EDIT: Apparently there is a --nofocus option, to not have focus on chadtree, so I don't need to C-w. This is better, but I would still prefer something native to chadtree?