Fixed Ctrl-a syntax error
This commit is contained in:
parent
f960755b13
commit
cc1e701587
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user