MIAOU-BASH is a collection of settings and helpers for leveraging BASH. Developer-friendly, it may be used as solo package with or without the miaou project.
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.

15 lines
450 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
keybind = alt+backspace=text:\x1b[127;11u
# Mouse Wheel speed
mouse-scroll-multiplier = 1