ghostty conf

This commit is contained in:
pvincent
2026-08-20 12:16:02 +04:00
parent 6ae576129f
commit 27677f8531
2 changed files with 21 additions and 9 deletions
+19
View File
@@ -0,0 +1,19 @@
# shortcut disabled: (unbind > ignore)
keybind = ctrl+shift+arrow_left=unbind
keybind = ctrl+shift+arrow_right=unbind
keybind = ctrl+shift+n=unbind
keybind = ctrl+shift+t=unbind
keybind = ctrl+,=unbind
# explicit text forward: shift+{home,end}
keybind = shift+home=text:\x1b[1;2H
keybind = shift+end=text:\x1b[1;2F
keybind = shift+backspace=text:\x1b[127;2u
# special case ALT+BS => SUPER+ALT+BS
keybind = alt+backspace=text:\x1b[127;11u
# keybind = alt+backspace=text:\x1b[127;3u # kitty ALT+BS
# keybind = alt+backspace=text:\x1b\x7f # xterm ALT+BS
# Mouse Wheel speed
mouse-scroll-multiplier = 1