index
:
bb
main
A command line TUI file browser (bitty browser)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings.bb
Age
Commit message (
Expand
)
Author
2019-11-08
Cleanup of bb->selected (renamed from bb->firstselected) to ensure that
Bruce Hill
2019-11-06
Added printing to `ask1` command
Bruce Hill
2019-11-04
Added some messaging to replace the spinner's functionality and deleted
Bruce Hill
2019-11-04
Fixed extra spacing with multi-line confirms.
Bruce Hill
2019-11-04
Removed `spin` because the "eval" part of it was broken and it adds
Bruce Hill
2019-11-04
Fixed shell scripting issue that had problems with "$((foo) | baz)" due
Bruce Hill
2019-11-01
Fix for jump to mark binding
Bruce Hill
2019-11-01
Fixed Ctrl-a syntax error
Bruce Hill
2019-11-01
Added support for NULL-byte delimited picking, cleaned up some of the
Bruce Hill
2019-10-27
Mostly finalized working version of better signal handling, including
Bruce Hill
2019-10-13
Added support for shift-home and shift-end, as well as a default binding
Bruce Hill
2019-10-12
verhaul of terminal keypress handling and labeling to support more
Bruce Hill
2019-10-11
Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>`
Bruce Hill
2019-10-03
Removed some unnecessary +refreshes, no longer enable cursor by default,
Bruce Hill
2019-10-03
For +deselect, allow +deselect (no colon) to mean "deselect everything"
Bruce Hill
2019-10-03
Fix for empty files not getting detected properly
Bruce Hill
2019-10-03
Fix for deletion not working properly with <selection>
Bruce Hill
2019-10-02
Removed unnecessary /dev/tty redirect
Bruce Hill
2019-10-02
Restored binding for double left clicking a file.
Bruce Hill
2019-10-02
Fixed 'Enter' key behavior (should work properly for mac again now)
Bruce Hill
2019-10-02
Added fake binding to allow '#' to bind without being parsed as a
Bruce Hill
2019-10-02
Fix for some messed up behavior for Escape key and for passing vararg
Bruce Hill
2019-09-30
Fixed some typos in the bindings.
Bruce Hill
2019-09-30
Overhaul of how binding commands works. It's now all handled through
Bruce Hill