mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Use Alt instead of shift for newline in Gitui
This commit is contained in:
parent
6eeaea5113
commit
6dfeabf453
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@
|
|||
abort_merge: Some(( code: Char('M'), modifiers: "SHIFT")),
|
||||
|
||||
commit: Some(( code: Enter, modifiers: "")),
|
||||
newline: Some(( code: Enter, modifiers: "SHIFT")),
|
||||
newline: Some(( code: Enter, modifiers: "ALT")),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue