diff --git a/home/base/desktop/kitty.nix b/home/base/desktop/kitty.nix index 4b270c8c..48e50f59 100644 --- a/home/base/desktop/kitty.nix +++ b/home/base/desktop/kitty.nix @@ -13,9 +13,9 @@ # 6. And Other common shortcuts such as Copy, Paste, Cursor Move, etc. # # Useful Hot Keys for Linux: -# 1. New Tab: `command + t` -# 2. Close Tab: `command + w` -# 3. Switch Tab: `shift + command + [` | `shift + command + ]` +# 1. New Tab: `ctrl + shift + t` +# 2. Close Tab: `ctrl + shift + q` +# 3. Switch Tab: `ctrl + shift + right` | `ctrl + shift + left` # 4. Increase Font Size: `ctrl + shift + =` | `ctrl + shift + +` # 5. Decrease Font Size: `ctrl + shift + -` | `ctrl + shift + _` # 6. And Other common shortcuts such as Copy, Paste, Cursor Move, etc.