about summary refs log tree commit diff stats
path: root/commands
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-14 14:27:28 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-14 14:27:28 -0400
commitf77d7c2c3d578ae5a724e1e8b91656304dde75d0 (patch)
tree77b4be714678ca6b1d25d94ba89215606c03d727 /commands
parent928ac1bcd9f7e4a6f20ab23a9416180534417cff (diff)
downloadaerc-f77d7c2c3d578ae5a724e1e8b91656304dde75d0.tar.gz
Add distinct keybindings for each compose view
Diffstat (limited to 'commands')
-rw-r--r--commands/compose/send.go (renamed from commands/compose/send-message.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/send-message.go b/commands/compose/send.go
index 9b59e5e..ed3bd43 100644
--- a/commands/compose/send-message.go
+++ b/commands/compose/send.go
@@ -17,7 +17,7 @@ import (
 )
 
 func init() {
-	register("send-message", SendMessage)
+	register("send", SendMessage)
 }
 
 func SendMessage(aerc *widgets.Aerc, args []string) error {
rofani-tty/blame/src/files.c?id=7ea02c718225e1d5701fd686bd2c3718d8327235'>^
30e47861 ^




4b73f3d7 ^

4b73f3d7 ^
30e47861 ^

66647546 ^
30e47861 ^

d86a7749 ^
30e47861 ^






66647546 ^
30e47861 ^

d86a7749 ^
30e47861 ^






66647546 ^
30e47861 ^

d86a7749 ^
30e47861 ^






66647546 ^
30e47861 ^

d86a7749 ^
30e47861 ^






66647546 ^
30e47861 ^

d86a7749 ^
30e47861 ^


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