aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-30 00:33:51 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-30 00:33:51 -0700
commitf4d9510cbff552fd988ab8315d3d8e0d154b1eab (patch)
treea71b922e4ce72e7d7f8f4ba340ab2c256c0302f1 /config.def.h
parent6a5ca2cd0ca800f69169be45ff2e12b3657a31a8 (diff)
Code cleanup
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 698ddba..d6a48e1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -21,13 +21,13 @@
In order to modify bb's internal state, you can call `bb +cmd`, where "cmd"
is one of the following commands (or a unique prefix of one):
- .:(0|1|~) Whether to show "." in each directory
- ..:(0|1|~) Whether to show ".." in each directory
+ .:[01] Whether to show "." in each directory
+ ..:[01] Whether to show ".." in each directory
align:<col-aligns> Direction of column text alignment ('r' for right, 'c' for center, and 'l' for left)
cd:<path> Navigate to <path>
columns:<columns> Change which columns are visible, and in what order
deselect:<filename> Deselect <filename>
- dotfiles:(0|1|~) Whether dotfiles are visible
+ dotfiles:[01] Whether dotfiles are visible
goto:<filename> Move the cursor to <filename> (changing directory if needed)
jump:<key> Jump to the mark associated with <key>
mark:<key>[=<path>] Associate <key> with <path> (or current dir, if blank)