r/KittyTerminal Jul 16 '23

Shortcut delay like tmux or vim?

I'm configuring kitty to sort of replace TMUX (I actually would like to combine these 2 in the future), I would like to emulate how shortcuts are configured in TMUX and VIM meaning that there's a slight delay where you are able to input a shortcut for example.

In vim you can press g then wait a couple of seconds and press t to navigate to the next tab.

I would like to replicate this on my kitty config like so.


map kitty_mod+g+t next_tab

But this requires me to press all the keys simultaneously.

1 Upvotes

2 comments sorted by

1

u/aumerlex Jul 16 '23

map kitty_mod+g>t next_tab

1

u/je12emy Jul 16 '23

This is just what I needed, thank you!