aboutsummaryrefslogtreecommitdiff
path: root/bindings.bb
AgeCommit message (Expand)Author
2019-11-24Added Ctrl-L for '+refresh' to follow vim, etc.Bruce Hill
2019-11-11Fix for creating files/dirs with "--"Bruce Hill
2019-11-11Refactored `bb +...` to `bbcmd ...` within bb bindings. This makesBruce Hill
2019-11-11Switched bindings to use `expr` instead of `grep` for openingBruce Hill
2019-11-09Added 'select pattern' and 'unselect pattern' bindings and improvedBruce Hill
2019-11-08Fixed up loading/saving selectionsBruce Hill
2019-11-08Added better doc for unscrollBruce Hill
2019-11-08Cleanup of bb->selected (renamed from bb->firstselected) to ensure thatBruce Hill
2019-11-06Added printing to `ask1` commandBruce Hill
2019-11-04Added some messaging to replace the spinner's functionality and deletedBruce Hill
2019-11-04Fixed extra spacing with multi-line confirms.Bruce Hill
2019-11-04Removed `spin` because the "eval" part of it was broken and it addsBruce Hill
2019-11-04Fixed shell scripting issue that had problems with "$((foo) | baz)" dueBruce Hill
2019-11-01Fix for jump to mark bindingBruce Hill
2019-11-01Fixed Ctrl-a syntax errorBruce Hill
2019-11-01Added support for NULL-byte delimited picking, cleaned up some of theBruce Hill
2019-10-27Mostly finalized working version of better signal handling, includingBruce Hill
2019-10-13Added support for shift-home and shift-end, as well as a default bindingBruce Hill
2019-10-12verhaul of terminal keypress handling and labeling to support moreBruce Hill
2019-10-11Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>`Bruce Hill
2019-10-03Removed some unnecessary +refreshes, no longer enable cursor by default,Bruce Hill
2019-10-03For +deselect, allow +deselect (no colon) to mean "deselect everything"Bruce Hill
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
2019-10-02Fix for some messed up behavior for Escape key and for passing varargBruce Hill
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