From 010503377525d52431c83d0ea9659b1b10ef7968 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 2 Mar 2024 11:04:30 +0800 Subject: [PATCH] docs: add `$0` to `shell` command variables --- docs/configuration/keymap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index c77508cc..1053ba01 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -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`