about summary refs log tree commit diff stats
path: root/config/bindings.go
Commit message (Collapse)AuthorAgeFilesLines
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-1/+1
| | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
* lowercase all key bindingsReto Brunner2019-07-171-32/+32
|
* Change ex command to C-x when using terminalDrew DeVault2019-05-241-2/+2
|
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-1/+1
|
* Rig up terminal keybinding groupDrew DeVault2019-03-211-0/+1
|
* Add context-specific keybindingsDrew DeVault2019-03-211-0/+10
|
* Add additional context to key binding setDrew DeVault2019-03-211-4/+14
|
* Fix special key bindings (e.g. <C-d>)Drew DeVault2019-03-151-1/+6
|
* Rig up key bindingsDrew DeVault2019-03-151-156/+156
|
* Implement key bindings subsystemDrew DeVault2019-03-151-0/+284
Which is not yet rigged up
uthor Drew DeVault <sir@cmpwn.com> 2018-06-12 09:50:46 -0400 committer Drew DeVault <sir@cmpwn.com> 2018-06-12 09:50:46 -0400 Apply gofmt' href='/akspecs/aerc/commit/widgets/aerc.go?h=0.1.0&id=1265d9cff8ea2ceaaa3a0202ddbd8681357bc043'>1265d9c ^
cab3771 ^
1265d9c ^

cab3771 ^

1c41b63 ^

cab3771 ^
80e891a ^
1c41b63 ^

cab3771 ^
b76deea ^

648ca98 ^
c286d3d ^
b76deea ^
0911cd5 ^
1c41b63 ^
cab3771 ^
cab3771 ^
c286d3d ^


cab3771 ^



b76deea ^


cab3771 ^









80e891a ^
c286d3d ^

cab3771 ^
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