diff options
author | Samuel Walladge <samuel@swalladge.id.au> | 2017-02-05 00:06:24 +1030 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-02-05 08:58:54 +0100 |
commit | 2841f7b86b1d464eb5280a9c9e5c29c4f4fda249 (patch) | |
tree | 6b2bd5550248d3a1a217eef9d9df3f276347cb07 /doc | |
parent | 6d5893eed201a92cfd09db15685aa73e2720c201 (diff) | |
download | ranger-2841f7b86b1d464eb5280a9c9e5c29c4f4fda249.tar.gz |
Add setting `wrap_scroll`
Adds ability to wrap around when scrolling. Fixes #176
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 6 | ||||
-rw-r--r-- | doc/ranger.pod | 5 | ||||
-rw-r--r-- | doc/rifle.1 | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index de3caf2e..193351d6 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.8.1" "2017-02-01" "ranger manual" +.TH RANGER 1 "ranger-1.8.1" "2017-02-05" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -872,6 +872,10 @@ Sets the state for the version control backend. The possible values are: \& local display only local state. \& enabled display both, local and remote state. May be slow for hg and bzr. .Ve +.IP "wrap_scroll [bool]" 4 +.IX Item "wrap_scroll [bool]" +Enable scroll wrapping \- moving down while on the last item will wrap around to +the top and vice versa. .IP "xterm_alt_key [bool]" 4 .IX Item "xterm_alt_key [bool]" Enable this if key combinations with the Alt Key don't work for you. diff --git a/doc/ranger.pod b/doc/ranger.pod index 46976b4a..f11c5964 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -886,6 +886,11 @@ Sets the state for the version control backend. The possible values are: local display only local state. enabled display both, local and remote state. May be slow for hg and bzr. +=item wrap_scroll [bool] + +Enable scroll wrapping - moving down while on the last item will wrap around to +the top and vice versa. + =item xterm_alt_key [bool] Enable this if key combinations with the Alt Key don't work for you. diff --git a/doc/rifle.1 b/doc/rifle.1 index 14b03794..ba985281 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.8.1" "2017-02-01" "rifle manual" +.TH RIFLE 1 "rifle-1.8.1" "2017-02-05" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |