add search keybind in ghostty

This commit is contained in:
Gabriel Augendre 2025-01-19 02:21:04 +01:00
parent 9a0a08c2e5
commit b3da68c630
No known key found for this signature in database
GPG key ID: 0073D1CD7EC5A253

View file

@ -27,6 +27,18 @@ mouse-scroll-multiplier = 3
# keybinds # keybinds
keybind = global:cmd+shift+space=toggle_quick_terminal 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 # fix "git" arrows in prompt, see https://github.com/ghostty-org/ghostty/discussions/3541
font-codepoint-map = U+21E1-U+21E3=Menlo font-codepoint-map = U+21E1-U+21E3=Menlo