diff options
author | hut <hut@lepus.uberspace.de> | 2015-04-13 12:41:52 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-04-13 12:41:52 +0200 |
commit | 28e23ddcde292efd2968e44d2781e387cba5618f (patch) | |
tree | 3f94b00737429feca47f42b2823b741721031135 | |
parent | 70f95d4f27869f1fe1dc3d922d408d053d836241 (diff) | |
download | ranger-28e23ddcde292efd2968e44d2781e387cba5618f.tar.gz |
doc/ranger.1: added entries for :help and :setintag
-rw-r--r-- | doc/ranger.1 | 12 | ||||
-rw-r--r-- | doc/ranger.pod | 12 |
2 files changed, 23 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 295314f4..e5400efb 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.6.1" "04/10/2015" "ranger manual" +.TH RANGER 1 "ranger-1.6.1" "04/13/2015" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -853,6 +853,7 @@ ranger. For your convenience, this is a list of the \*(L"public\*(R" commands i \& find pattern \& flat level \& grep pattern +\& help \& linemode linemodename \& load_copy_buffer \& map key command @@ -874,6 +875,7 @@ ranger. For your convenience, this is a list of the \*(L"public\*(R" commands i \& search pattern \& search_inc pattern \& set option value +\& setintag tags option value \& setlocal [path=<path>] option value \& shell [\-FLAGS] command \& terminal @@ -1010,6 +1012,9 @@ values \-2 and less are invalid. .IP "grep \fIpattern\fR" 2 .IX Item "grep pattern" Looks for a string in all marked files or directories. +.IP "help" 2 +.IX Item "help" +Provides a quick way to view ranger documentations. .IP "linemode \fIlinemodename\fR" 2 .IX Item "linemode linemodename" Sets the linemode of all files in the current directory. The linemode may be: @@ -1157,6 +1162,11 @@ doesn't work for functions and regular expressions. Valid values are: \& list | 1,2,3,4 \& none | none .Ve +.IP "setintag \fItags\fR \fIoption\fR \fIvalue\fR" 2 +.IX Item "setintag tags option value" +Assigns a new value to an option, but locally for the directories that are +marked with \fItag\fR. This means, that this option only takes effect when +visiting that directory. .IP "setlocal [path=\fIpath\fR] \fIoption\fR \fIvalue\fR" 2 .IX Item "setlocal [path=path] option value" Assigns a new value to an option, but locally for the directory given by diff --git a/doc/ranger.pod b/doc/ranger.pod index ad75f35a..0ac79e12 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -869,6 +869,7 @@ ranger. For your convenience, this is a list of the "public" commands including find pattern flat level grep pattern + help linemode linemodename load_copy_buffer map key command @@ -890,6 +891,7 @@ ranger. For your convenience, this is a list of the "public" commands including search pattern search_inc pattern set option value + setintag tags option value setlocal [path=<path>] option value shell [-FLAGS] command terminal @@ -1049,6 +1051,10 @@ values -2 and less are invalid. Looks for a string in all marked files or directories. +=item help + +Provides a quick way to view ranger documentations. + =item linemode I<linemodename> Sets the linemode of all files in the current directory. The linemode may be: @@ -1209,6 +1215,12 @@ doesn't work for functions and regular expressions. Valid values are: list | 1,2,3,4 none | none +=item setintag I<tags> I<option> I<value> + +Assigns a new value to an option, but locally for the directories that are +marked with I<tag>. This means, that this option only takes effect when +visiting that directory. + =item setlocal [path=I<path>] I<option> I<value> Assigns a new value to an option, but locally for the directory given by |