about summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorSamuel Walladge <samuel@swalladge.id.au>2017-02-05 00:06:24 +1030
committernfnty <git@nfnty.se>2017-02-05 08:58:54 +0100
commit2841f7b86b1d464eb5280a9c9e5c29c4f4fda249 (patch)
tree6b2bd5550248d3a1a217eef9d9df3f276347cb07 /doc/ranger.pod
parent6d5893eed201a92cfd09db15685aa73e2720c201 (diff)
downloadranger-2841f7b86b1d464eb5280a9c9e5c29c4f4fda249.tar.gz
Add setting `wrap_scroll`
Adds ability to wrap around when scrolling.

Fixes #176
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod5
1 files changed, 5 insertions, 0 deletions
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.