Skip to content

Commit

Permalink
docs: improve the select_all command doc (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
BBOOXX authored Mar 14, 2024
1 parent 35238ad commit a4d8d97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,18 @@ Change the current directory to the parent of specified file, and hover on it.

### `select_all`

Select all files in the current working directory.

| Options/Arguments | Description |
| ----------------- | ------------------------------------------------ |
| `--state=true` | Select all files |
| `--state=false` | Deselect all files |
| `--state=none` | Default, toggle the selection state of all files |

Note that `--state=false` will deselect all files in the current working directory.

If you have selected files across directories and want to deselect all of them, use [`escape --select`](#escape) instead.

### `visual_mode`

Enter visual mode (selection mode).
Expand Down

0 comments on commit a4d8d97

Please sign in to comment.