mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-22 05:13:56 +01:00
add search keybind in ghostty
This commit is contained in:
parent
9a0a08c2e5
commit
b3da68c630
1 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,18 @@ mouse-scroll-multiplier = 3
|
|||
# keybinds
|
||||
keybind = global:cmd+shift+space=toggle_quick_terminal
|
||||
|
||||
## add missing search
|
||||
## https://github.com/ghostty-org/ghostty/issues/189
|
||||
## Search entire scrollback history in default text editor
|
||||
keybind = cmd+f=write_scrollback_file:open
|
||||
|
||||
## Search Selection
|
||||
## HOWTO: Cmd+triple_click to select your last output then press cmd+shift+f to search it
|
||||
keybind = cmd+shift+f=write_selection_file:open
|
||||
|
||||
## RECOMMENDED: Set this to something big so you can capture all of your scrollback
|
||||
scrollback-limit = 20000000
|
||||
|
||||
# fix "git" arrows in prompt, see https://github.com/ghostty-org/ghostty/discussions/3541
|
||||
font-codepoint-map = U+21E1-U+21E3=Menlo
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue