From cffb9c2a8358f5cd69fbb7136e2d45a9fe8a920d Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:14 +0100 Subject: feat(ghostty): bind Ctrl-Alt-Up/Down to jump_to_prompt Requires OSC 133 markers from ghostty's zsh shell integration. Ctrl+Alt+arrow avoids conflicts with letter chords in zsh/nvim and the already-used Ctrl+Shift+Up/Down scroll binds. Only works outside zellij since zellij consumes the PTY and never forwards OSC 133. --- KEYBINDS.md | 1 + 1 file changed, 1 insertion(+) (limited to 'KEYBINDS.md') diff --git a/KEYBINDS.md b/KEYBINDS.md index 99ae335..b269db5 100644 --- a/KEYBINDS.md +++ b/KEYBINDS.md @@ -267,6 +267,7 @@ Emacs mode (`bindkey -e`) is the base. | `Alt-d` | Scroll page down | | `Alt-g` | Scroll to top | | `Alt-Shift-g` | Scroll to bottom | +| `Ctrl-Alt-Up` / `Ctrl-Alt-Down` | Jump to previous / next shell prompt (OSC 133) | ## Yazi -- cgit v1.3.1