Add distinct keybindings for each compose view
This commit is contained in:
parent
928ac1bcd9
commit
f77d7c2c3d
6 changed files with 51 additions and 14 deletions
commands/compose
|
@ -17,7 +17,7 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
register("send-message", SendMessage)
|
||||
register("send", SendMessage)
|
||||
}
|
||||
|
||||
func SendMessage(aerc *widgets.Aerc, args []string) error {
|
Loading…
Add table
Add a link
Reference in a new issue