about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-08 01:36:47 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-08 01:37:41 +0200
commit2af64f3a618cdb285fdf14b7ba5723fc4ff816a2 (patch)
tree352e0202e05fc0686169fcbc337c0596b7a5f7bc /doc
parent48ac4fa4c0ad69f1f4e54d56d26add6567fc7de1 (diff)
downloadranger-2af64f3a618cdb285fdf14b7ba5723fc4ff816a2.tar.gz
Add a bindable action for scrolling the file preview
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.15
-rw-r--r--doc/ranger.pod4
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 4bbcc60c..70bca73b 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.2" "2018-09-10" "ranger manual"
+.TH RANGER 1 "ranger-1.9.2" "2018-10-08" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1473,6 +1473,9 @@ This can be used to re-evaluate the rc.conf file after changing it:
 .Vb 1
 \& map X chain shell vim \-p %confdir/rc.conf %rangerdir/config/rc.conf; source %confdir/rc.conf
 .Ve
+.IP "scroll_preview \fIvalue\fR" 2
+.IX Item "scroll_preview value"
+Scroll the file preview by \fIvalue\fR lines.
 .IP "terminal" 2
 .IX Item "terminal"
 Spawns the \fIx\-terminal-emulator\fR starting in the current directory.
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 637973ac..0f1af58a 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1572,6 +1572,10 @@ This can be used to re-evaluate the rc.conf file after changing it:
 
  map X chain shell vim -p %confdir/rc.conf %rangerdir/config/rc.conf; source %confdir/rc.conf
 
+=item scroll_preview I<value>
+
+Scroll the file preview by I<value> lines.
+
 =item terminal
 
 Spawns the I<x-terminal-emulator> starting in the current directory.