diff options
| author | 2026-05-13 13:43:14 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:14 +0100 | |
| commit | 6e6dcf952c1811735c8afa6f298e9ae291d51604 (patch) | |
| tree | 82ab3b10c92c3f7abd1e89e6906963ef5b8c316e /KEYBINDS.md | |
| parent | cffb9c2a8358f5cd69fbb7136e2d45a9fe8a920d (diff) | |
| download | dotfiles-6e6dcf952c1811735c8afa6f298e9ae291d51604.tar.gz dotfiles-6e6dcf952c1811735c8afa6f298e9ae291d51604.tar.bz2 dotfiles-6e6dcf952c1811735c8afa6f298e9ae291d51604.zip | |
fix(ghostty): restore default jump_to_prompt binds
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).
Diffstat (limited to 'KEYBINDS.md')
| -rw-r--r-- | KEYBINDS.md | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
