mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Decided not to use this after all
Stuck with more prefix-based keys
This commit is contained in:
@@ -23,8 +23,6 @@ cursor-style-blink = false
|
||||
shell-integration-features = no-cursor,ssh-env
|
||||
|
||||
# Keyboard bindings
|
||||
keybind = ctrl+shift+page_up=unbind
|
||||
keybind = ctrl+shift+page_down=unbind
|
||||
keybind = shift+insert=paste_from_clipboard
|
||||
keybind = control+insert=copy_to_clipboard
|
||||
keybind = super+control+shift+alt+arrow_down=resize_split:down,100
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user