From b2e9df623f638ecda539ec69f30a31b6693df2d1 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Fri, 5 Nov 2021 10:14:52 +0100 Subject: bindings: remove unsupported s-tab key This binding does not exist. It is backtab. Fixes: 1a75906bcbc1 ("bindings: support more modified keys") Signed-off-by: Robin Jarry --- doc/aerc-config.5.scd | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index d781164..a3130b2 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -534,8 +534,6 @@ following special keys are supported: : ; | tab : -| s-tab -: Shift+Tab | enter : | up -- cgit 1.4.1-2-gfad0 da57cd7ee'/> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
blob: 133da83befb0938557c44fdb101268a4b3e4e94d (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