docs: misc

This commit is contained in:
Ryan Yin
2023-12-25 15:03:20 +08:00
parent 735f803c66
commit 54cd7bdcdb
3 changed files with 12 additions and 2 deletions

View File

@@ -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.

View File

@@ -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
#
###########################################################

View File

@@ -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!
};
}