aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:14 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:14 +0100
commit6e6dcf952c1811735c8afa6f298e9ae291d51604 (patch)
tree82ab3b10c92c3f7abd1e89e6906963ef5b8c316e
parentcffb9c2a8358f5cd69fbb7136e2d45a9fe8a920d (diff)
downloaddotfiles-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).
-rw-r--r--KEYBINDS.md2
-rw-r--r--dot_config/ghostty/config6
2 files changed, 0 insertions, 8 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
diff --git a/dot_config/ghostty/config b/dot_config/ghostty/config
index b9ca9ad..ea93d9c 100644
--- a/dot_config/ghostty/config
+++ b/dot_config/ghostty/config
@@ -22,8 +22,6 @@ keybind = ctrl+shift+t=unbind
keybind = ctrl+shift+n=unbind
keybind = ctrl+shift+o=unbind
keybind = ctrl+shift+enter=unbind
-keybind = ctrl+shift+page_up=unbind
-keybind = ctrl+shift+page_down=unbind
# Scroll keybinds (for use outside zellij)
keybind = ctrl+shift+up=scroll_page_lines:-1
@@ -35,7 +33,3 @@ 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