diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
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 |