diff options
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,9 +45,9 @@ is one of the following commands (or a unique prefix of one): - `columns:<columns>` Change which columns are visible, and in what order - `deselect:<filename>` Deselect <filename> - `dotfiles:[01]` Whether dotfiles are visible +- `fg:[num]` Send a background process to the foreground - `goto:<filename>` Move the cursor to <filename> (changing directory if needed) - `interleave:[01]` Whether or not directories should be interleaved with files in the display -- `kill` Exit with failure - `move:<num*>` Move the cursor a numeric amount - `quit` Quit bb - `refresh` Refresh the file listing @@ -55,7 +55,6 @@ is one of the following commands (or a unique prefix of one): - `select:<filename>` Select <filename> - `sort:([+-]method)+` Set sorting method (+: normal, -: reverse), additional methods act as tiebreaker - `spread:<num*>` Spread the selection state at the cursor -- `suspend` Suspend `bb` (SIGSTP signal) - `toggle:<filename>` Toggle the selection status of <filename> For any of these commands (e.g. `+select`), an empty parameter followed by |
