summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-28 17:18:27 +0100
committerhut <hut@hut.pm>2018-01-28 17:22:40 +0100
commit9db7f54226088e4cea6c7cbe582f5fb1339022c8 (patch)
treebe87bb214b36f974546ee6ce41dbb8e6ecbac3a9
parenta29aba801939a8efc397ce429b0af4dcb80849e7 (diff)
downloadranger-9db7f54226088e4cea6c7cbe582f5fb1339022c8.tar.gz
manpage: document `viewmode` setting
@hut: please document your settings in the man page too next time ;)
-rw-r--r--doc/ranger.15
-rw-r--r--doc/ranger.pod6
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 70c87f9f..a069460a 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -962,6 +962,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.
 .Ve
+.IP "viewmode [string]" 4
+.IX Item "viewmode [string]"
+Sets the view mode, which can be \fBmiller\fR to display the files in the
+traditional miller column view that shows multiple levels of the hierarchy, or
+\&\fBmultipane\fR to use multiple panes (one per tab) similar to midnight-commander.
 .IP "wrap_scroll [bool]" 4
 .IX Item "wrap_scroll [bool]"
 Enable scroll wrapping \- moving down while on the last item will wrap around to
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 7b67e102..cc77983a 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -987,6 +987,12 @@ 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 viewmode [string]
+
+Sets the view mode, which can be B<miller> to display the files in the
+traditional miller column view that shows multiple levels of the hierarchy, or
+B<multipane> to use multiple panes (one per tab) similar to midnight-commander.
+
 =item wrap_scroll [bool]
 
 Enable scroll wrapping - moving down while on the last item will wrap around to