Split screen in Kitty

Viewed 9714

I would like to split screen of my terminal (kitty). I know it's possible but there doesn't seem to be a shortcut (pre-made or that I can add to kitty.conf file. I also saw an option for typing a command but I don't understand where this command needs to be typed (and is annoying to type a command to split screen each time).

Sidenote: There is no existing tag for 'Kitty' and I can't create it either.

Thanks

1 Answers

As Kitty's document specifies, you can have both tabs and split screens (Kitty calls them "windows").


Tab:

New tab: ctrl + shift + t

Close tab: ctrl + shift + q

Next tab: ctrl + shift + right

Previous tab: ctrl + shift + left


Window:

New window: ctrl + shift + enter

Close window: ctrl + shift + w

Next window: ctrl + shift + ]

Previous window: ctrl + shift + [

Related