From 02f14a9cb152561a5e44062aac79f3b700403b40 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 13 Jul 2025 06:42:05 +0200 Subject: omz --- home/.oh-my-zsh/plugins/kitty/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 home/.oh-my-zsh/plugins/kitty/README.md (limited to 'home/.oh-my-zsh/plugins/kitty/README.md') diff --git a/home/.oh-my-zsh/plugins/kitty/README.md b/home/.oh-my-zsh/plugins/kitty/README.md new file mode 100644 index 0000000..ec9e375 --- /dev/null +++ b/home/.oh-my-zsh/plugins/kitty/README.md @@ -0,0 +1,23 @@ +# Kitty plugin + +This plugin adds a few aliases and functions that are useful for users of the [Kitty](https://sw.kovidgoyal.net/kitty/) terminal. + +To use it, add _kitty_ to the plugins array of your zshrc file: +``` +plugins=(... kitty) +``` + +## Plugin commands + +* `kssh` + Runs a kitten ssh session that ensures your terminfo settings are copied + correctly to the remote hose. +* `kssh-slow` + A slower form of `kssh` that should always work. Use this if `kssh` fails + to set terminfo correctly for you on the remote host. +* `kitty-theme` + Browse and change the theme of your Kitty terminal. + +## Contributors + +- [Ian Chesal](https://github.com/ianchesal) -- cgit v1.2.3