schragge
schragge
Looks like `x11.kak` doesn't define the alias `terminal` for `x11-terminal-window`? What would happen if you add the line ``` alias global terminal x11-terminal-window ```
You omitted `commands` from ``` kak -debug commands ```
FYI, this is how [sentence is defined](https://vimdoc.sourceforge.net/htmldoc/motion.html#sentence) in Vim's help (`:h sentence`): > A sentence is defined as ending at a '.', '!' or '?' followed by either the end...
But `` is already used to reduce multiple selections to one.
Kakoune in Debian 12 repository is 2022.10.31. I can reproduce this neither with that version nor with 2023.08.05 nor with the git head. Could it somehow be related to #3600?...
I managed to make it work. BUT... I didn't install it via `pip`. The latest version on PyPI is 0.0.154, while the latest tag here on GitHub is 0.0.155, and...