connect.kak
connect.kak copied to clipboard
Connect a program to Kakoune clients
Any "jump-to" line that ends with a whitespace is not matched by a regex because of a '_' command that strips all the whitespace. Test case: `echo '/etc/passwd:1:1:this is some...
Heyo! Is there some kind of plan regarding deprecation of connect.kak project in favour of [kakoune.cr](https://github.com/alexherbo2/kakoune.cr)? There was discussion regarding this on [discuss.kakoune](https://discuss.kakoune.com/t/kakoune-cr/1605) you (@robertmeta) participated in. Or both of...
The link to kakoune.cr is currently not visible in the README. This line will render it so that it's visible on github
Unless I'm missing something, the file `share/kak/connect` referenced in the line https://github.com/alexherbo2/connect.kak/blob/0858c0e50c6ca6d214fb088f052385a242548e83/Makefile#L6 doesn't exist.
When I try to call `connect-repl` I get an error and nothing happens. ``` Error: 1:1: 'connect-repl' 2:5: 'connect' no such command: 'repl-new' ``` I'm using latest versions of kakoune...
I have the issue that for some particular directories (haven't identified which kind of directories), `fzf-buffers` does not display any of the buffers that are open, just an empty `fzf`...
After unsuccesfully trying to reattach to a session, environment variables should be unset I guess.
ide: switch focus back to main client on instantiation