1
0
Fork 0
dotfiles/kitty/README.md

12 lines
217 B
Markdown
Raw Normal View History

# Kitty terminal tricks
2021-04-24 17:30:03 -07:00
## If sudo doesn't want to handle control chars:
2021-04-24 17:30:03 -07:00
Put `{ Defaults env_keep += "TERM TERMINFO" }` in visudo
## If SSH doesn't want to handle control chars:
2021-04-24 17:30:03 -07:00
Run `kitty +kitten ssh <SERVER>`