How to remap <a-enter> for the commit message dialog. #4440
-
I would like to change the default keybinding of the confirm commit message action from Using either Windows Terminal or Warp to run lazygit, when I press ALT+Enter to confirm the commit message, nothing happens. I read that terminals can be a bit funny with the ALT key. I did change the Warp option of using ALT as a meta key, but that did not fix the problem. So I thought I could remap the keybinding instead. But after much trial and error, mostly error, in editing the lazygit config file with various ways of setting the key binding, nothing has worked. This is my latest attempt:
Looking through this list of key bindings I did not see a "confirm" type action in the commitMessage category. Is there a correct way to remap please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try keybinding:
universal:
confirmInEditor: <c-s> |
Beta Was this translation helpful? Give feedback.
Try