diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-14 20:24:42 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-14 20:25:23 +0530 |
commit | 95f530854df6c4ede421d3962dd656a98ba348cf (patch) | |
tree | 6cdb8279b43475fe8ddae3c73a3c4f08656ddae5 /nnn.1 | |
parent | 5b0b63e7d63956190796e1f5d258d17639441613 (diff) | |
download | nnn-95f530854df6c4ede421d3962dd656a98ba348cf.tar.gz |
remove program option -f
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -12,7 +12,6 @@ .Op Ar -d .Op Ar -e name .Op Ar -E -.Op Ar -f .Op Ar -g .Op Ar -H .Op Ar -i @@ -62,9 +61,6 @@ supports the following options: .Fl E use $EDITOR for internal undetached edits .Pp -.Fl f - run filter as command when the prompt key is pressed -.Pp .Fl g use regex filters instead of substring match .Pp @@ -148,14 +144,12 @@ with a '^' (caret) symbol. .br (3) Use '.*' to match any character (\fIsort of\fR fuzzy search). .Pp -There is a program option to execute the current filter as a command when the prompt key is pressed. -.Pp In the \fInavigate-as-you-type\fR mode directories are opened in filter mode, allowing continuous navigation. Works best with the \fBarrow keys\fR. .br When there's a unique match and it's a directory, .Nm -auto selects the directory and enters it in this mode. +auto selects the directory and enters it in this mode. Use the relevant program option to disable this behaviour. .Sh SELECTION There are 3 groups of keybinds to add files to selection: .Pp |