From 2841f7b86b1d464eb5280a9c9e5c29c4f4fda249 Mon Sep 17 00:00:00 2001 From: Samuel Walladge Date: Sun, 5 Feb 2017 00:06:24 +1030 Subject: Add setting `wrap_scroll` Adds ability to wrap around when scrolling. Fixes #176 --- doc/ranger.1 | 6 +++++- doc/ranger.pod | 5 +++++ doc/rifle.1 | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ranger.1 b/doc/ranger.1 index de3caf2e..193351d6 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.8.1" "2017-02-01" "ranger manual" +.TH RANGER 1 "ranger-1.8.1" "2017-02-05" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -872,6 +872,10 @@ Sets the state for the version control backend. The possible values are: \& local display only local state. \& enabled display both, local and remote state. May be slow for hg and bzr. .Ve +.IP "wrap_scroll [bool]" 4 +.IX Item "wrap_scroll [bool]" +Enable scroll wrapping \- moving down while on the last item will wrap around to +the top and vice versa. .IP "xterm_alt_key [bool]" 4 .IX Item "xterm_alt_key [bool]" Enable this if key combinations with the Alt Key don't work for you. diff --git a/doc/ranger.pod b/doc/ranger.pod index 46976b4a..f11c5964 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -886,6 +886,11 @@ Sets the state for the version control backend. The possible values are: local display only local state. enabled display both, local and remote state. May be slow for hg and bzr. +=item wrap_scroll [bool] + +Enable scroll wrapping - moving down while on the last item will wrap around to +the top and vice versa. + =item xterm_alt_key [bool] Enable this if key combinations with the Alt Key don't work for you. diff --git a/doc/rifle.1 b/doc/rifle.1 index 14b03794..ba985281 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.8.1" "2017-02-01" "rifle manual" +.TH RIFLE 1 "rifle-1.8.1" "2017-02-05" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l -- cgit 1.4.1-2-gfad0 a439a5'>themes/bios
blob: 570641bd98c6ca63643c11d9f8c34565c59676ca (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
='alt'>
3d8e5101 ^









1
2
3
4
5
6
7
8
9
10
11