From f4d9510cbff552fd988ab8315d3d8e0d154b1eab Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 30 May 2019 00:33:51 -0700 Subject: Code cleanup --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.def.h') 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: Direction of column text alignment ('r' for right, 'c' for center, and 'l' for left) cd: Navigate to columns: Change which columns are visible, and in what order deselect: Deselect - dotfiles:(0|1|~) Whether dotfiles are visible + dotfiles:[01] Whether dotfiles are visible goto: Move the cursor to (changing directory if needed) jump: Jump to the mark associated with mark:[=] Associate with (or current dir, if blank) -- cgit v1.2.3