MIAOU-BASH is a collection of scripts and configurations designed to enhance your terminal experience. As the name suggests, it is built on Bash and is designed to work on most modern GNU/Linux systems.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
602 B

# 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