Alt key not working correctly on macOS/iTerm (specifically <a-enter>) #4576
-
For some reason when lazygit is open, my alt key does not get recognised whether by I've checked iTerm settings and confirmed that alt does work correctly, as in when outside of lazygit I can os:
editPreset: "nvim"
gui:
theme:
activeBorderColor:
- "#f38ba8"
- bold
inactiveBorderColor:
- "#a6adc8"
optionsTextColor:
- "#89b4fa"
selectedLineBgColor:
- "#313244"
cherryPickedCommitBgColor:
- "#45475a"
cherryPickedCommitFgColor:
- "#f38ba8"
unstagedChangesColor:
- "#f38ba8"
defaultFgColor:
- "#cdd6f4"
searchingActiveBorderColor:
- "#f9e2af"
authorColors:
"*": "#b4befe" Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Alt-backspace is not supported by lazygit; you can use ctrl-w instead to delete words. To make alt-enter work in iTerm2, you need to do a bit of configuration in iTerm. |
Beta Was this translation helpful? Give feedback.
Alt-backspace is not supported by lazygit; you can use ctrl-w instead to delete words.
To make alt-enter work in iTerm2, you need to do a bit of configuration in iTerm.