Cheatography
https://cheatography.com
Kitty terminal keyboard shortcuts
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Scrolling
Line up |
ctrl+shift+up |
Line down |
ctrl+shift+down |
Page Up |
ctrl+shift+page_up |
Page Down |
ctrl+shift+page_down |
Top |
ctrl+shift+home |
Bottom |
ctrl+shift+end |
Previous shell prompt |
ctrl+shift+z |
Next shell prompt |
ctrl+shift+x |
Browse scrollback in less |
ctrl+shift+h |
Browse last cmd output |
ctrl+shift+g (see Shell integration) |
The scroll actions only take effect when the terminal is in the main screen. When the alternate screen is active (for example when using a full screen program like an editor) the key events are instead passed to program running in the terminal.
|
Windows
New Windows |
ctrl+shift+enter |
New OS windows |
ctrl+shift+n |
Close Windows |
ctrl+shift+w |
Next Windows |
ctrl+shift+] |
Previous Windows |
ctrl+shift+[ |
Move window foward |
ctrl+shift+f |
Move windows backward |
ctrl+shift+b |
Move windows to top |
ctrl+shift+` |
Visually focus window |
ctrl+shift+f7 |
Visually swap window |
ctrl+shift+f8 |
Focus spesific window |
ctrl+shift+1, ctrl+shift+2 … ctrl+shift+0 |
|
Tabs
New tab |
ctrl+shift+t |
Close Tab |
ctrl+shift+q |
Next layout |
ctrl+shift+l |
Next Tab |
ctrl+shift+right |
Previous Tab |
ctrl+shift+left |
Move tab Forward |
ctrl+shift+. |
Move tab backward |
ctrl+shift+, |
Set Tab title |
ctrl+shift+alt+t |
|
Other Keyboard shortcuts
Copy to cliboard |
ctrl+shift+c |
Paste from clipboard |
ctrl+shift+v |
Paste from selection |
ctrl+shift+s |
Pass selection to program |
ctrl+shift+o |
Increase font size |
ctrl+shift+= |
Decrease font size |
ctrl+shift+minus |
Restore font size |
ctrl+shift+backspace |
Toggle fullscreen |
ctrl+shift+f11 |
Toggde maximized |
ctrl+shift+f10 |
Input Unicode character |
ctrl+shift+u |
Open URL in web browser |
ctrl+shift+e |
Reset the terminal |
ctrl+shift+delete |
Edit kitty.conf |
ctrl+shift+f2 |
Reload kitty.conf |
ctrl+shift+f5 |
Debug kitty.conf |
ctrl+shift+f6 |
Open a kitty shell |
ctrl+shift+escape |
Increase background opacity |
ctrl+shift+alt+i |
Decrease background opacity |
ctrl+shift+alt+d |
Reset background opacity |
ctrl+shift+alt+r |
|