|
7f0fcdeea4
|
Removed some unnecessary +refreshes, no longer enable cursor by default,
but instead have ask() etc. make the cursor visible. Also cleaned up
some of the failure cases for better feedback.
|
2019-10-03 14:57:34 -07:00 |
|
|
97bae88a1e
|
For +deselect, allow +deselect (no colon) to mean "deselect everything"
to make it a simple command instead of +deselect: "$@"
|
2019-10-03 14:13:27 -07:00 |
|
|
68a3bbf7e2
|
Fix for empty files not getting detected properly
|
2019-10-03 13:49:38 -07:00 |
|
|
3de5a5108f
|
Fix for deletion not working properly with <selection>
|
2019-10-03 13:21:21 -07:00 |
|
|
95047f54e7
|
Removed unnecessary /dev/tty redirect
|
2019-10-02 13:41:19 -07:00 |
|
|
0d3d80b94d
|
Restored binding for double left clicking a file.
|
2019-10-02 13:30:51 -07:00 |
|
|
05e37166fc
|
Fixed 'Enter' key behavior (should work properly for mac again now)
|
2019-10-02 13:29:25 -07:00 |
|
|
e531e1766c
|
Added fake binding to allow '#' to bind without being parsed as a
comment
|
2019-10-02 12:45:44 -07:00 |
|
|
c7e08b884a
|
Fix for some messed up behavior for Escape key and for passing vararg
commands to bb
|
2019-10-02 01:40:40 -07:00 |
|
|
7f402ee32a
|
Fixed some typos in the bindings.
|
2019-09-30 18:02:55 -07:00 |
|
|
7a666d5195
|
Overhaul of how binding commands works. It's now all handled through
bbstartup.sh, which loads bindings.bb and parses it to
+bind:<keys>:<script> commands.
|
2019-09-30 15:46:24 -07:00 |
|