From 64e92ada2321ffe4149a4f3f2492a1e34a959881 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 11 Apr 2014 15:57:07 +0200 Subject: rebuilt man page --- doc/ranger.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/ranger.1 b/doc/ranger.1 index a3c92128..c0971d47 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -576,6 +576,10 @@ You can display the \*(L"real\*(R" cumulative size of directories by using the c :get_cumulative_size or typing \*(L"dc\*(R". The size is expensive to calculate and will not be updated automatically. You can choose to update it automatically though by turning on this option. +.IP "cd_bookmarks [bool]" 4 +.IX Item "cd_bookmarks [bool]" +Specify whether bookmarks should be included in the tab completion of the \*(L"cd\*(R" +command. .IP "collapse_preview [bool] " 4 .IX Item "collapse_preview [bool] " When no preview is visible, should the last column be squeezed to make use of @@ -651,6 +655,10 @@ Preview files in the preview column? .IP "preview_images [bool]" 4 .IX Item "preview_images [bool]" Draw images inside the console with the external program w3mimgpreview? +.IP "preview_max_size [int]" 4 +.IX Item "preview_max_size [int]" +Avoid previewing files that exceed a certain size, in bytes. Use a value of 0 +to disable this feature. .IP "preview_script [string, none]" 4 .IX Item "preview_script [string, none]" Which script should handle generating previews? If the file doesn't exist, or -- cgit 1.4.1-2-gfad0 fc299615b2676bfaa2b6b3a7ee8063531'>commit diff stats
blob: 02186c68e9bf803466fb7e266acfc1fa19835061 (plain) (blame)
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
89
90
91
92
93
94
95
96
97
98
99
100