summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-08-25 15:42:47 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-08-25 15:42:47 +0900
commit6256c5cbdd4e9e56f4ec12b43d20184bf9dfade3 (patch)
treeab0fc44bfe03b25d037d54acf04b798cfdb9207b /README.md
parente04bebc72aff6ad29efc86da1c9ab8f0cb06db71 (diff)
Fix example of command line
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5fa164..68bce08 100644
--- a/README.md
+++ b/README.md
@@ -220,7 +220,7 @@ N :Go backward to the item that matches the keyword.
:empty<CR> :Empty the trash directory.
:h<CR> :Show help.
:q<CR> :Exit.
-:{command} :Execute a command e.g. :mkdir new_dir
+:{command} :Execute a command e.g. :zip test *.md
<Esc> :Return to the normal mode.
ZZ :Exit without cd to last working directory
(if `match_vim_exit_behavior` is `false`).