kitty
A cool terminal emulator!
Various:
- Browse last output:
ctrl+shift+g
- Hold
ctrl+shift
and right-click on any command output in the scrollback to view it in a pager
- Hold
- Browse scrollback:
ctrl+shift+h
- Jump to the previous/next prompt in the scrollback (
ctrl+shift+z
/ctrl+shift+x
)
Tabs:
- New tab:
ctrl+shift+t
- Close tab:
ctrl+shift+q
- Next tab:
ctrl+shift+right
- Previous tab:
ctrl+shift+left
Windows:
- New window:
ctrl+shift+enter
- Close window:
ctrl+shift+w
- Next window:
ctrl+shift+]
orctrl+alt+→
- Previous window:
ctrl+shift+[
orctrl+alt+←
Plugins:
- Kitty search kitten:
ctrl+shift+/
# Notes
It’s better to install Kitty in a folder accessible to all users (like /opt
). And edit visudo
to preserve TERMINFO
env variable, because backspace and other keys won’t work properly.
sudo apt install kitty-terminfo
does smth on remote machines(?)
# Sublime Text sample build config
|
|
kitty-socket.fish
:
|
|
# Links
- Made Mariana theme (used this as a source, some colors seem to be a bit off). Now using Ayu theme, very cool and good contrast!
- Mastering kitty terminal - advanced kitty usage