aboutsummaryrefslogtreecommitdiff
path: root/bindings.bb
AgeCommit message (Collapse)Author
2019-10-13Added support for shift-home and shift-end, as well as a default bindingBruce Hill
to +spread using them.
2019-10-12verhaul of terminal keypress handling and labeling to support moreBruce Hill
functionality for mouse clicking/dragging/left clicking/middle clicking/double clicking and to have more standardized behavior for key names and better handling of key modifiers (Ctrl, Alt, Meta, Shift). Also moved Ctrl-c and Ctrl-z to custom key bindings with (bb +kill and bb +suspend). Mouse clicking is now also handled in key bindings.
2019-10-11Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>`Bruce Hill
shell mode not showing cursor.
2019-10-03Removed some unnecessary +refreshes, no longer enable cursor by default,Bruce Hill
but instead have ask() etc. make the cursor visible. Also cleaned up some of the failure cases for better feedback.
2019-10-03For +deselect, allow +deselect (no colon) to mean "deselect everything"Bruce Hill
to make it a simple command instead of +deselect: "$@"
2019-10-03Fix for empty files not getting detected properlyBruce Hill
2019-10-03Fix for deletion not working properly with <selection>Bruce Hill
2019-10-02Removed unnecessary /dev/tty redirectBruce Hill
2019-10-02Restored binding for double left clicking a file.Bruce Hill
2019-10-02Fixed 'Enter' key behavior (should work properly for mac again now)Bruce Hill
2019-10-02Added fake binding to allow '#' to bind without being parsed as aBruce Hill
comment
2019-10-02Fix for some messed up behavior for Escape key and for passing varargBruce Hill
commands to bb
2019-09-30Fixed some typos in the bindings.Bruce Hill
2019-09-30Overhaul of how binding commands works. It's now all handled throughBruce Hill
bbstartup.sh, which loads bindings.bb and parses it to +bind:<keys>:<script> commands.