From 6e7fa3e223f53ac5c23cb8fad9c9acdae9cd6ba3 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 1 Aug 2023 17:49:33 +0800 Subject: [PATCH] docs: how to search in kitty/alacritty --- home/base/desktop/alacritty.nix | 6 ++++-- home/base/desktop/kitty.nix | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/home/base/desktop/alacritty.nix b/home/base/desktop/alacritty.nix index 7b9b164e..9335a9fe 100644 --- a/home/base/desktop/alacritty.nix +++ b/home/base/desktop/alacritty.nix @@ -7,12 +7,14 @@ # 1. Multi-Window: `command + N` # 2. Increase 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: # 1. Increase 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. # diff --git a/home/base/desktop/kitty.nix b/home/base/desktop/kitty.nix index 52d7621f..155af489 100644 --- a/home/base/desktop/kitty.nix +++ b/home/base/desktop/kitty.nix @@ -14,6 +14,9 @@ # 4. Increase Font Size: `command + =` | `command + +` # 5. Decrease Font Size: `command + -` | `command + _` # 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: # 1. New Tab: `ctrl + shift + t`