docs: how to search in kitty/alacritty

This commit is contained in:
Ryan Yin
2023-08-01 17:49:33 +08:00
parent 508a45d801
commit 6e7fa3e223
2 changed files with 7 additions and 2 deletions

View File

@@ -7,12 +7,14 @@
# 1. Multi-Window: `command + N` # 1. Multi-Window: `command + N`
# 2. Increase Font Size: `command + =` | `command + +` # 2. Increase Font Size: `command + =` | `command + +`
# 3. Decrease Font Size: `command + -` | `command + _` # 3. Decrease Font Size: `command + -` | `command + _`
# 4. And Other common shortcuts such as Copy, Paste, Cursor Move, etc. # 4. Search Text: `command + F`
# 5. And Other common shortcuts such as Copy, Paste, Cursor Move, etc.
# #
# Useful Hot Keys for Linux: # Useful Hot Keys for Linux:
# 1. Increase Font Size: `ctrl + shift + =` | `ctrl + shift + +` # 1. Increase Font Size: `ctrl + shift + =` | `ctrl + shift + +`
# 2. Decrease Font Size: `ctrl + shift + -` | `ctrl + shift + _` # 2. Decrease Font Size: `ctrl + shift + -` | `ctrl + shift + _`
# 3. And Other common shortcuts such as Copy, Paste, Cursor Move, etc. # 3. Search Text: `ctrl + shift + N`
# 4. And Other common shortcuts such as Copy, Paste, Cursor Move, etc.
# #
# Note: Alacritty do not have support for Tabs, and any graphic protocol. # Note: Alacritty do not have support for Tabs, and any graphic protocol.
# #

View File

@@ -14,6 +14,9 @@
# 4. Increase Font Size: `command + =` | `command + +` # 4. Increase Font Size: `command + =` | `command + +`
# 5. Decrease Font Size: `command + -` | `command + _` # 5. Decrease Font Size: `command + -` | `command + _`
# 6. And Other common shortcuts such as Copy, Paste, Cursor Move, etc. # 6. And Other common shortcuts such as Copy, Paste, Cursor Move, etc.
# 7. Search in the current window(show_scrollback): `ctrl + shift + h`
# This will open a pager, it's defined by `scrollback_pager`, default is `less`
#
# #
# Useful Hot Keys for Linux: # Useful Hot Keys for Linux:
# 1. New Tab: `ctrl + shift + t` # 1. New Tab: `ctrl + shift + t`