diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-08-23 17:36:32 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-08-23 17:36:32 +0530 |
commit | f53f1b86e090fa91155928c0b049a5afc2b3fa67 (patch) | |
tree | 310e907b4fb322c0c67db2a09b880dd894e4d775 /README.md | |
parent | be337d883e8d81266ab9b6d70650df757f1e9149 (diff) | |
download | nnn-f53f1b86e090fa91155928c0b049a5afc2b3fa67.tar.gz |
Remove shortcut F2 for refresh.
F2 is not very portable e.g., doesn't work over putty (default settings).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -221,7 +221,7 @@ To cook yourself, download the [latest stable release](https://github.com/jarun/ o | Open dir in file manager p | Open entry in PAGER ^K | Invoke file path copier - ^L, F2 | Force a redraw, unfilter + ^L | Force a redraw, unfilter ? | Show help, settings Q | Quit and change dir q, ^Q | Quit @@ -231,7 +231,7 @@ To cook yourself, download the [latest stable release](https://github.com/jarun/ 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: <kbd>^L</kbd> (or <kbd>F2</kbd>), a search with no matches or an extra backspace at the filter prompt (like vi). +There are 3 ways to reset a filter: <kbd>^L</kbd>, a search with no matches or an extra backspace at the filter prompt (like vi). Common examples: If you want to list all matches starting with the filter expression, start the expression with a `^` (caret) symbol. Type `\.mkv` to list all MKV files. |