diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-11-01 14:54:08 +0100 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-11-01 14:54:08 +0100 |
| commit | cc1e70158730e621a530b11a985c50b5ecc48e12 (patch) | |
| tree | aeb73a2706a6ca9a9b682f224f9dca77a2e8f44c | |
| parent | f960755b13ad03a1a69c7934611e648ebe2403ce (diff) | |
Fixed Ctrl-a syntax error
| -rw-r--r-- | bindings.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings.bb b/bindings.bb index 41a2e8c..5b8dc6e 100644 --- a/bindings.bb +++ b/bindings.bb @@ -84,7 +84,7 @@ Shift-End: # Spread the selection to the bottom bb +spread:100%n Ctrl-a: # Select all files here if [ $BBDOTFILES ]; then bb +sel: * .[!.]* ..?* - else bb +sel: * + else bb +sel: *; fi Section: File Actions Left click: # Move cursor to file |
