diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-23 10:30:49 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-23 10:30:49 +0530 |
commit | 2939cb0a8dbc5f979adcce59d62dec0e22ca1ee6 (patch) | |
tree | 600c5c8f8385c3c883027a467f7ed82e7909679b | |
parent | 82fbf19803a563b76a6c0b7d1be8aa237d698c95 (diff) | |
download | nnn-2939cb0a8dbc5f979adcce59d62dec0e22ca1ee6.tar.gz |
Fix keybind in doc
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -381,7 +381,7 @@ File paths are copied to the temporary file `DIR/.nnncp`, where `DIR` (by priori $TMPDIR or, /tmp -To see the path to the temporary copy file, run `nnn`, press `?` and look up `copy file`. +To see the path to the temporary copy file, run `nnn`, press <kbd>?</kbd> and look up `copy file`. To use the copied paths from the cmdline, use command substitution. For example, if `DIR` above is `/home/user`: |