Parcourir la source

Fix #73: How to discard changes and exit new/rename prompt

master
Arun Prakash Jana il y a 7 ans
Parent
révision
29188ca131
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
2 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. +1
    -1
      README.md
  2. +3
    -2
      nnn.1

+ 1
- 1
README.md Voir le fichier

@@ -259,7 +259,7 @@ Help & settings, file details, media info and archive listing are shown in the P
Filters support regexes to instantly (search-as-you-type) list the matching entries in the current directory.

There are 3 ways to reset a filter:
- pressing <kbd>^L</kbd>
- pressing <kbd>^L</kbd> (at the new/rename prompt <kbd>^L</kbd> followed by <kbd>Enter</kbd> discards all changes and exits prompt)
- a search with no matches
- an extra backspace at the filter prompt (like vi)



+ 3
- 2
nnn.1 Voir le fichier

@@ -171,8 +171,9 @@ instructions.
Filters support regexes to instantly (search-as-you-type) list the matching
entries in the current directory.
.Pp
There are 3 ways to reset a filter: (1) pressing \fI^L\fR, (2) a search with no matches or
(3) an extra backspace at the filter prompt (like vi).
There are 3 ways to reset a filter: (1) pressing \fI^L\fR (at the new/rename
prompt \fI^L\fR followed by \fIEnter\fR discards all changes and exits prompt),
(2) a search with no matches or (3) an extra backspace at the filter prompt (like vi).
.Pp
Common use cases: (1) To list all matches starting with the filter expression,
start the expression with a '^' (caret) symbol. (2) Type '\\.mkv' to list all MKV files.


Chargement…
Annuler
Enregistrer