chore: change to work return-alt1 on all views

This commit is contained in:
Ryooooooga 2023-02-11 21:05:55 +09:00
parent 823d95a8c6
commit 39c20bc634
No known key found for this signature in database
GPG key ID: 07CF200DFCC20C25
9 changed files with 50 additions and 0 deletions

View file

@ -41,6 +41,10 @@ func (self *CommitMessageController) GetKeybindings(opts types.KeybindingsOpts)
Key: opts.GetKey(opts.Config.Universal.Return),
Handler: self.close,
},
{
Key: opts.GetKey(opts.Config.Universal.ReturnAlt1),
Handler: self.close,
},
}
return bindings