summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-04-03 23:08:10 +0200
committerhut <hut@lepus.uberspace.de>2016-04-03 23:59:54 +0200
commit3ae25fa5b14c224c699e572c31cd8c95dc3d9040 (patch)
tree78f0297e1218f8901c248d99507e53d48e99473d /doc
parent46537efbf1959dcde3f0ad5fb29e0436b324aca2 (diff)
downloadranger-3ae25fa5b14c224c699e572c31cd8c95dc3d9040.tar.gz
allow toggling options with `:set <option>!`
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.18
-rw-r--r--doc/ranger.pod4
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 46ede8c6..d8ca79e3 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.7.2" "03/25/2016" "ranger manual"
+.TH RANGER 1 "ranger-1.7.2" "04/03/2016" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -633,6 +633,12 @@ fly with the command \fB:set option value\fR.  Examples:
 \& set show_hidden true
 .Ve
 .PP
+Toggling options can be done with:
+.PP
+.Vb 1
+\& set show_hidden!
+.Ve
+.PP
 The different types of settings and an example for each type:
 .PP
 .Vb 7
diff --git a/doc/ranger.pod b/doc/ranger.pod
index fd29c6fd..6d798b5a 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -606,6 +606,10 @@ fly with the command B<:set option value>.  Examples:
  set column_ratios 1,2,3
  set show_hidden true
 
+Toggling options can be done with:
+
+ set show_hidden!
+
 The different types of settings and an example for each type:
 
  setting type   | example values