diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-20 22:24:15 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-20 22:24:49 +0530 |
commit | 0c55977465f1c9aafa50d1131e0570a77d0eeb73 (patch) | |
tree | f0ac0085f64a9c318aa5d23b2766abc3d7c2b2e8 /nnn.1 | |
parent | f4786da9bc012ef7929106b1f22c39730519fd09 (diff) | |
download | nnn-0c55977465f1c9aafa50d1131e0570a77d0eeb73.tar.gz |
Fix #496: option -f to use readline history file
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,7 @@ .Op Ar -d .Op Ar -e .Op Ar -E +.Op Ar -f .Op Ar -g .Op Ar -H .Op Ar -K @@ -73,6 +74,9 @@ supports the following options: .Fl E use $EDITOR for internal undetached edits .Pp +.Fl f + use readline history file +.Pp .Fl g use regex filters instead of substring match .Pp |