aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-08-10 22:04:09 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-08-10 22:07:36 +0530
commitcd6c1e65b63427a17466008c0ef0c378837a4a06 (patch)
tree6bf9e2c16c31c26b4e64429eabd60517b083e13e
parent59c7727a8b3b3b76847b13dad7e1057e461e5b0b (diff)
downloadnnn-cd6c1e65b63427a17466008c0ef0c378837a4a06.tar.gz
Update docs
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 77adae7..047a63a 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@
- [Cmdline options](#cmdline-options)
- [Keyboard and mouse](#keyboard-and-mouse)
- [Leader key](#leader-key)
+ - [Help](#help)
- [Concepts](#concepts)
- [Contexts](#contexts)
- [Context-specific color](#context-specific-color)
@@ -49,7 +50,6 @@
- [Navigate-as-you-type](#navigate-as-you-type)
- [File indicators](#file-indicators)
- [Hot-plugged drives](#hot-plugged-drives)
- - [Help](#help)
- [Troubleshooting](#troubleshooting)
- [Tmux configuration](#tmux-configuration)
- [BSD terminal issue](#bsd-terminal-issue)
@@ -316,6 +316,12 @@ The Leader/Lead key provides a powerful multi-functional navigation mechanism. I
When the filter is on, <kbd>/</kbd> works as an additional Leader key.
+#### Help
+
+ $ nnn -h
+ $ man nnn
+To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
+
## Concepts
#### Contexts
@@ -413,12 +419,6 @@ External storage devices can be (un)mounted using the plugin [nmount](https://gi
For auto-mounting external storage drives use udev rules or udisks wrappers.
-#### Help
-
- $ nnn -h
- $ man nnn
-To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
-
## Troubleshooting
##### Tmux configuration
@@ -429,7 +429,7 @@ To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
TLDR: Use the keybind <kbd>K</kbd> to toggle selection if you are having issues with <kbd>^Y</kbd>.
-By default in OpenBSD & FreeBSD (and probably on macOS as well), `stty` maps <kbd>^Y</kbd> to `DSUSP`. This means that typing <kbd>^Y</kbd> will suspend `nnn` as if you typed <kbd>^Z</kbd> (you can bring `nnn` back to the foreground by issuing `fg`) instead of entering multi-selection mode. You can check this with `stty -a`. If it includes the text `dsusp = ^Y`, issuing `stty dsusp undef` will disable this `DSUSP` and let `nnn` receive the <kbd>^Y</kbd> instead.
+On OpenBSD & FreeBSD (and probably on macOS as well) `stty` maps <kbd>^Y</kbd> to `DSUSP` by default. This means that typing <kbd>^Y</kbd> will suspend `nnn` as if you typed <kbd>^Z</kbd> (you can bring `nnn` back to the foreground by issuing `fg`) instead of entering multi-selection mode. You can check this with `stty -a`. If it includes the text `dsusp = ^Y`, issuing `stty dsusp undef` will disable this `DSUSP` and let `nnn` receive the <kbd>^Y</kbd> instead.
##### 100% CPU usage