From 6e6dcf952c1811735c8afa6f298e9ae291d51604 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:14 +0100 Subject: fix(ghostty): restore default jump_to_prompt binds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ctrl+Shift+PageUp/Down are ghostty's default jump_to_prompt binds on Linux, not tab/split binds — they were mislabeled and unbound by mistake. Restoring the defaults also reverts the Ctrl+Alt+Up/Down attempt that never reached ghostty (swallowed before the terminal). --- KEYBINDS.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'KEYBINDS.md') diff --git a/KEYBINDS.md b/KEYBINDS.md index b269db5..2efa04f 100644 --- a/KEYBINDS.md +++ b/KEYBINDS.md @@ -255,7 +255,6 @@ Emacs mode (`bindkey -e`) is the base. | `Ctrl-Shift-N` | Zellij handles panes | | `Ctrl-Shift-O` | Unneeded | | `Ctrl-Shift-Enter` | Zellij handles splits | -| `Ctrl-Shift-PageUp/Down` | Unneeded | ### Custom bindings @@ -267,7 +266,6 @@ 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