diff options
author | 2019-12-01 23:00:06 +0530 | |
---|---|---|
committer | 2019-12-01 23:00:06 +0530 | |
commit | 3f0c604111ee8d16afaa26824cae5db070c30cff (patch) | |
tree | ff1314d57fcbeb86cdfc3330238c15e05119f1fd /nnn.1 | |
parent | feb1d2fc272f044a370eb79d29c03b543938ffa1 (diff) | |
download | nnn-3f0c604111ee8d16afaa26824cae5db070c30cff.tar.gz |
Option -R to disable rollover at edges
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,7 @@ .Op Ar -n .Op Ar -p file .Op Ar -r +.Op Ar -R .Op Ar -s .Op Ar -S .Op Ar -v @@ -84,6 +85,9 @@ supports the following options: .Fl r show cp, mv progress (Linux-only, needs advcpmv; '^T' shows the progress on BSD/macOS) .Pp +.Fl R + disable rollover at edges +.Pp .Fl s use substring match for filters instead of regex .Pp |