Decided not to use this after all

Stuck with more prefix-based keys
This commit is contained in:
David Heinemeier Hansson
2026-02-21 06:32:11 +01:00
parent 929b09c4fb
commit d1b00daf53
2 changed files with 0 additions and 7 deletions
-5
View File
@@ -1,5 +0,0 @@
echo "Unbind ctrl+shift+page_up/page_down in Ghostty so it doesn't interfere with tmux keybindings"
if [[ -f ~/.config/ghostty/config ]] && ! grep -q "keybind = ctrl+shift+page_up=" ~/.config/ghostty/config; then
sed -i '/# Keyboard bindings/a\keybind = ctrl+shift+page_up=unbind\nkeybind = ctrl+shift+page_down=unbind' ~/.config/ghostty/config
fi