kakoune/rc/windowing
Hampus Fröjdholm 7c54de2334 Match against kitty window id directly when using kitty @ launch
When launch matches using `id` kitty tries to match against tab id
before matching windows. When there are multiple tabs it's likely to
match a tab before matching a window.

Use `window_id` directly to avoid any possiblity of matching tabs.

This is only needed for `kitty @ launch` for other commands there is
no specific `window_id` field.
2023-05-07 17:06:09 +02:00
..
repl Match against kitty window id directly when using kitty @ launch 2023-05-07 17:06:09 +02:00
detection.kak Create zellij.kak 2023-02-22 13:17:04 +08:00
iterm.kak Deduplicate iterm2 escaping code 2022-11-20 14:00:34 +01:00
kitty.kak Match against kitty window id directly when using kitty @ launch 2023-05-07 17:06:09 +02:00
new-client.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
screen.kak Handle spawning iTerm and screen commands with arguments containing newlines 2022-11-20 14:00:09 +01:00
sway.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
tmux.kak rc windowing tmux: always spawn tmux-terminal-window in calling client 2022-11-19 15:21:38 +01:00
wayland.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
x11.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
zellij.kak add zellij-action command 2023-02-26 07:29:39 +08:00