aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-06 02:34:37 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-06 02:34:37 +0530
commit03ea2252b2241d1940921e3294aa04fa14be89bb (patch)
treecf387a460cf90ba075ba2f59525c65eec98ad6f5
parent98fd5755d1fbd27cb39ee515eff2e85a6928c58d (diff)
downloadnnn-03ea2252b2241d1940921e3294aa04fa14be89bb.tar.gz
Document prompt clear and exit behaviour
-rw-r--r--README.md9
-rw-r--r--nnn.18
2 files changed, 3 insertions, 14 deletions
diff --git a/README.md b/README.md
index 3ae2721..873f0ea 100644
--- a/README.md
+++ b/README.md
@@ -318,11 +318,6 @@ The path is shown in the help and configuration screen.
Filters support regexes to instantly (search-as-you-type) list the matching entries in the current directory.
-Ways to exit filter prompt:
-- press <kbd>^L</kbd> to clear filter followed by <kbd>Bksp</kbd> (to clear the filter symbol, like vi)
- - at other prompts <kbd>^L</kbd> followed by <kbd>Enter</kbd> discards all changes and exits prompt
-- run a search with no matches and press <kbd>Enter</kbd>
-
Common use cases:
- to list all matches starting with the filter expression, start the expression with a `^` (caret) symbol
- type `\.mkv` to list all MKV files
@@ -513,7 +508,9 @@ lftp can be used from `nnn` for automated remote transfers or copying a selectio
#### prompt shortcuts
-The prompts (expect filter prompt) support some bash-like command-line shortcuts - <kbd>^A</kbd>, <kbd>^E</kbd>, <kbd>^U</kbd>. <kbd>^L</kbd> clears the input.
+The prompts (expect filter prompt) support some bash-like command-line shortcuts - <kbd>^A</kbd>, <kbd>^E</kbd>, <kbd>^U</kbd>.
+
+Key <kbd>^L</kbd> clears and <kbd>Esc</kbd> exits _any_ prompt.
#### set idle timeout
diff --git a/nnn.1 b/nnn.1
index 545dcad..f78cd99 100644
--- a/nnn.1
+++ b/nnn.1
@@ -222,14 +222,6 @@ When a context is quit, the next active context is selected. If the last active
Filters support regexes to instantly (search-as-you-type) list the matching
entries in the current directory.
.Pp
-Ways to exit filter prompt:
-.Pp
-(1) press \fI^L\fR to clear filter followed by \fIBksp\fR (to clear the filter symbol, like vi)
-.br
- - at other prompts \fI^L\fR followed by \fIEnter\fR discards all changes and exits prompt
-.br
-(2) run a search with no matches and press \fIEnter\fR
-.Pp
Common use cases:
.Pp
(1) To list all matches starting with the filter expression, start the expression