summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod12
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
revision' href='/akkartik/mu/blame/html/shell/read.mu.html?h=hlt&id=44d26b77c45668c9b0c99894a4294cec004361fe'>^
d3a9db3a ^
dc5a0acf ^

d3a9db3a ^

372367f5 ^
78357b88 ^
372367f5 ^
372367f5 ^

d3a9db3a ^
78357b88 ^
372367f5 ^
78357b88 ^
d3a9db3a ^


78357b88 ^
d3a9db3a ^




























3350c34a ^
d3a9db3a ^
3350c34a ^
e0b8eddb ^



372367f5 ^
e0b8eddb ^








372367f5 ^
e0b8eddb ^







d3a9db3a ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88