Skip to content

Commit

Permalink
docs: add $0 to shell command variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Mar 2, 2024
1 parent d4249f1 commit 0105033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ You can use the following shell variables in `[exec]`:

- `$n` (Unix) / `%n` (Windows): The N-th selected file, starting from `1`. e.g. `$2` represents the second selected file.
- `$@` (Unix) / `%*` (Windows): All selected files.
- `$0` (Unix) / `%0` (Windows): The hovered file.

### `hidden`

Expand Down

0 comments on commit 0105033

Please sign in to comment.