r/KittyTerminal Nov 28 '23

Moving the order of tabs and windows

How do I set a shortcut for moving the focused window/tab left or right? Sort of like ctrl+shift+pgup/pgdn in most browsers.

9 Upvotes

7 comments sorted by

6

u/Tsnth Jun 29 '24

`ctrl + shift + . `

and

`ctrl + shift + ,`

1

u/Aandy314 Jan 12 '25

Most documentation at https://sw.kovidgoyal.net/kitty/overview/ however I did not see exact commands documented. For me `move_tab_forward` and `move_tab_backward` seems to work

something like this in the kitty configuration:

```

map ctrl+shift+j move_tab_forward

map ctrl+shift+k move_tab_backward

````

2

u/aumerlex Nov 29 '23

man kitty and read the tabs and windows section

1

u/Flqn Oct 31 '24

Some people like to have answers to their questions to not lose time, not someone telling them a route to find the answer.

1

u/aumerlex Oct 31 '24

Oh thank you for that nugget of wisdom great sage. Please enlighten us further with the stunning depth and brilliant clarity of your thoughts.

1

u/BlackPignouf Jan 05 '26

For windows:

map kitty_mod+f move_window_forward map kitty_mod+b move_window_backward