summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed ElSamhaa <ahmed.elsamha@vaimo.com>2023-06-26 21:07:16 +0300
committerAhmed ElSamhaa <ahmed.elsamha@vaimo.com>2023-06-26 21:07:16 +0300
commit8a48b718890a80e28601c23f037c704d53e33f53 (patch)
tree09658fca81451ab9576353e2e9b91b5e5ed9b5e3 /README.md
parent5a637cc1ab7373e62d9a04464627881ccf9d8c06 (diff)
Reflects the `match_vim_exit_behavior` toggle on the help message
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 59619cf..12407c7 100644
--- a/README.md
+++ b/README.md
@@ -222,8 +222,9 @@ Esc :Return to the normal mode.
:trash :Go to the trash directory.
:empty :Empty the trash directory.
:h :Show help.
-:ZZ :cd to current directory and Exit.
-:q / ZQ :Exit.
+:q :Exit.
+ZZ :Exit without cd to last working directory (if `match_vim_exit_behavior` is `false`).
+ZQ :cd into the last directory and exit (if `match_vim_exit_behavior` is `false`).
```
<a id="preview"></a>