diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-06 21:37:16 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-06 23:32:40 +0530 |
commit | 6a9640afdf07769c9be891cfae6660179b403db3 (patch) | |
tree | 88cf11c83db8f6dea2f96746e865c9b26bbba421 /nnn.1 | |
parent | f52367a48168f95545bc15148b58076ce56155f8 (diff) | |
download | nnn-6a9640afdf07769c9be891cfae6660179b403db3.tar.gz |
Exit once an app is found. Help, doc updates.
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -84,7 +84,7 @@ Open current entry in PAGER (fallback less) .It Ic ^K Invoke file path copier .It Ic ^L -Force a redraw +Force a redraw, exit filter prompt .It Ic \&? Toggle help screen .It Ic Q @@ -136,7 +136,7 @@ instructions. Filters support regexes to display only the matched entries in the current directory view. This effectively allows searching through the directory tree for a particular entry. Matching entries -are shown instantly (search-as-you-type). +are shown instantly (\fIsearch-as-you-type\fR). .Pp Filters do not stack on top of each other. They are applied anew every time. There are 4 ways to reset a filter: \fI^L\fR, an empty filter @@ -152,7 +152,7 @@ If .Nm is invoked as root the default filter will also match hidden files. .Pp -In the \fInavigate-as-you-type mode\fR directories are opened in filter mode, +In the \fInavigate-as-you-type\fR mode directories are opened in filter mode, allowing continuous navigation. Works best with the \fBarrow keys\fR. .Sh ENVIRONMENT The SHELL, EDITOR and PAGER environment variables take precedence |