From cc1e70158730e621a530b11a985c50b5ecc48e12 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 1 Nov 2019 14:54:08 +0100 Subject: Fixed Ctrl-a syntax error --- bindings.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings.bb') 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 -- cgit v1.2.3