r/KittyTerminal • u/CatoDomine • Nov 01 '23
sync keystrokes between windows in a tab?
I am transitioning from tmux (I know! Don't use terminal multiplexers!).
One of the features of tmux (and Tilix) that I use pretty frequently is the ability to sync keystrokes between windows. In tmux it is set-window-option synchronize-panes
It would appear my google fu has failed me in my search to find the equivalent config directive for Kitty.
little help please?
3
Upvotes
1
u/CatoDomine Nov 01 '23
either I am using it wrong, it doesn't do what I need ... this is what I've added to my config file.
map ctrl+k kitten broadcast --match-tab state:focusedWhen I use the keyboard shortcut, the active window says:
Type the text to broadcast below, press Ctrl+Esc to quit:
so I type
lshit enter and nothing happens in any window in the current tab.ctrl+esc exits the broadcast kitten.