From 54cd7bdcdbf27aa4fe3e04a516de01cac154e761 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 25 Dec 2023 15:03:20 +0800 Subject: [PATCH] docs: misc --- home/base/desktop/terminal/kitty.nix | 2 +- home/base/desktop/terminal/wezterm.nix | 10 ++++++++++ modules/darwin/users.nix | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/home/base/desktop/terminal/kitty.nix b/home/base/desktop/terminal/kitty.nix index 62bdaddf..3511cee7 100644 --- a/home/base/desktop/terminal/kitty.nix +++ b/home/base/desktop/terminal/kitty.nix @@ -10,7 +10,7 @@ # Useful Hot Keys for macOS: # 1. New Tab: `command + t` # 2. Close Tab: `command + w` -# 3. Switch Tab: `shift + command + [` | `shift + command + ]` +# 3. Switch Tab: `command + shift + [` | `command + shift + ]` # 4. Increase Font Size: `command + =` | `command + +` # 5. Decrease Font Size: `command + -` | `command + _` # 6. And Other common shortcuts such as Copy, Paste, Cursor Move, etc. diff --git a/home/base/desktop/terminal/wezterm.nix b/home/base/desktop/terminal/wezterm.nix index cce0e0fa..04c29b65 100644 --- a/home/base/desktop/terminal/wezterm.nix +++ b/home/base/desktop/terminal/wezterm.nix @@ -3,6 +3,16 @@ # # Wezterm Configuration # +# Useful Hot Keys for Linux: +# 1. New Tab: `ctrl + shift + t` +# 2. Close Tab: `ctrl + shift + q` +# 3. Switch Tab: `super + shift + right` | `super + 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. +# 7. Copy Mode(vim like): `Ctrl + Shift + x` +# 8. Search Mode: `Ctrl + Shift + f` +# # Default Keybindings: https://wezfurlong.org/wezterm/config/default-keys.html # ########################################################### diff --git a/modules/darwin/users.nix b/modules/darwin/users.nix index 0c2de7c8..166ae391 100644 --- a/modules/darwin/users.nix +++ b/modules/darwin/users.nix @@ -6,6 +6,6 @@ # set user's default shell back to zsh # `chsh -s /bin/zsh` # DO NOT change the system's default shell to nushell! it will break some apps! - # It's better to change only starship/alacritty/vscode's shell to nushell! + # It's better to change only kitty/wezterm's shell to nushell! }; }