jtrv
jtrv
https://github.com/mawww/kakoune/issues/453#issuecomment-485249534 > ...hiding all lines that doesn't contain a cursor. So for example you have 40 cursors in whole buffer, but you don't see them all. Instead of jumping between...
> I think it's important that this one doesn't make everyday use cases[1](#user-content-fn-1-eb0088b1fdc4757059668092b97a4295) worse; ... > 1. I'm mainly thinking of `alt-e` in fish or editing config.fish; both should not...
Correct, so it should check first if `$XDG_CACHE_HOME` exists, if so it would use `$XDG_CACHE_HOME/shellclear` and if not it would fall back to `.shellclear`. As for `shellclear/`, I might be...