chadtree icon indicating copy to clipboard operation
chadtree copied to clipboard

Is there an option to have chadtree shown by default?

Open vinoff opened this issue 3 years ago • 0 comments

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?

vinoff avatar Sep 13 '21 10:09 vinoff