aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-13 18:40:48 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-13 18:40:48 +0530
commitce0a9a6ab31e1a5a255b779590c6c482ead5ea28 (patch)
tree96deb96da5f9cdd8c74dee0d4f196cf8f89c81d5
parent5c7eb3ba5b52ee385780393b83cfbcf8b33d2e76 (diff)
downloadnnn-ce0a9a6ab31e1a5a255b779590c6c482ead5ea28.tar.gz
Update docs
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cef781..227ef8e 100644
--- a/README.md
+++ b/README.md
@@ -429,7 +429,7 @@ export `NNN_COPIER`:
To quit `nnn` and switch to the directory last opened follow the instructions below.
-Pick the appropriate file for your shell from [`scripts/quitcd`](scripts/quitcd) and add the contents to your shell's rc file. You'll need to spawn a new shell for the change to take effect. You should start `nnn` as `n` (or modify the function name to something else). To change directory on quit press `Q` (it's _capital_) or `^G` while exiting.
+Pick the appropriate file for your shell from [`scripts/quitcd`](scripts/quitcd) and add the contents to your shell's rc file. You'll need to spawn a new shell for the change to take effect. You should start `nnn` as `n` (or modify the function name to something else). To change directory on quit press `^G` while exiting.
As you might notice, `nnn` uses the environment variable `NNN_TMPFILE` to write the last visited directory path. You can change it.