Johannes Altmanninger

Results 734 comments of Johannes Altmanninger

something like ``` tmux-terminal-impl display-popup -E -E sh -c 'sleep 1; date >/tmp/result' echo %file{/tmp/result} ``` I guess that's a rare use case, especially given we can't pass `$kak_command_fifo` to...

looking closer at `tmux-terminal-impl`, it seems that it only works properly for the `split-*` and `new-window` commands. For other commands, when using multiple tmux sessions, `tmux-terminal-impl` will operate in the...

Works here. Which terminal is this? Mapping `` should in theory work on all terminals, although it might conflict with `` on some

Ok on Konsole mapping `` does not work. As a workaround one can map ``. Perhaps different from the bug you're seeing but the workaround might work in both cases....

I can't reproduce a regression. Probably you expect the `filetype=grep` style behavior where every line is a valid location. Lint output (for better or worse) has forever used `filetype=make` where...

you should not need to change anything. In fact, it's best to try with `HOME=$(mktemp -d) kak` to rule out your config. For some reason no windowing module is loaded....

right, macos does not set `DISPLAY`, and loading `x11.kak` would be wrong because it uses tools like `xdotool` that presumably won't work. I think we should create a `quartz.kak` using...

Looks like the same issue. Kakoune ships integrations for iterm, wayland, tmux etc. If you lanuch it from outside any of those environments, it will not work. If you want...

Interesting. It is certainly a possibility to use the non-named (non-canonical) versions for plus/minus/semicolon/percent in a multi-key context (which as of today is only used for recorded macros). Unless minus...