diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-10-28 01:52:07 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-10-28 01:52:07 +0530 |
commit | c820e0c9f9be00411d8a8a0170e3738a48988ead (patch) | |
tree | 95d1695f112507b027770d7e7061bc7538ae4975 /README.md | |
parent | 80e5cdfe8d634fc661855e0654d917503b1c1759 (diff) | |
download | nnn-c820e0c9f9be00411d8a8a0170e3738a48988ead.tar.gz |
Use ^L to clear filter prompt
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -265,10 +265,10 @@ 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> (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) +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 |