diff options
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 12 |
1 files changed, 12 insertions, 0 deletions
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 |