diff options
Diffstat (limited to 'dot_config/ghostty/config')
| -rw-r--r-- | dot_config/ghostty/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/ghostty/config b/dot_config/ghostty/config index 18bb644..b9ca9ad 100644 --- a/dot_config/ghostty/config +++ b/dot_config/ghostty/config @@ -35,3 +35,7 @@ keybind = alt+u=scroll_page_up keybind = alt+d=scroll_page_down keybind = alt+g=scroll_to_top keybind = alt+shift+g=scroll_to_bottom + +# Jump between shell prompts (requires OSC 133, emitted by ghostty's zsh integration) +keybind = ctrl+alt+up=jump_to_prompt:-1 +keybind = ctrl+alt+down=jump_to_prompt:1 |
