From a4d8d974702c8422683ff0c624f03de03c4adba4 Mon Sep 17 00:00:00 2001 From: BBOOXX Date: Thu, 14 Mar 2024 22:45:45 +0800 Subject: [PATCH] docs: improve the `select_all` command doc (#47) --- docs/configuration/keymap.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index 92c4b4ce..9f2f2702 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -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).