Olivier Perret
Olivier Perret
I think this makes sense. We could solve this by making it so that only the first capture group of a trigger gets removed during expansion. This way your example...
You're right, I think the documentation focuses a bit too much on internals as opposed to having examples. I'll try to improve this.
autocompletion in more than one place sounds quite complex, can fish do it?
I never was implying this, I just wanted to know if fish did it and what kind of interface they might have
I wonder if this is not due to the use of the `-ro` flag, which prevents kak-ansi from removing the escape sequences. Could you try without? If that works a...
Is this design decision open to being reconsidered? The QWERTY layout assumption is especially problematic for international users who use different keyboard layout. It makes it difficult for a user...
I did find a decent workaround using an explicit fifo and `kak -p` ``` define-command repro -params .. '' complete-command repro shell-script-candidates %{ mkfifo /tmp/fifo echo "echo -to-file /tmp/fifo 'a\nb\nc'"...
aren't you better served by doing `info 'hit a key'; on-key 'echo %val{key}'`? that way you can use the full options of `info`, title and all.
As the only competent FOSS offline dictionary app, it's a shame that it won't run on android 14 at all. I can't contribute on the android development side, but I'd...
Sounds good, but I would like it to check the state of the property on down event, and only re-enable it if it was actually enabled.