support commit message via git editor using shift+C keybinding

This commit is contained in:
Jesse Duffield
2018-08-11 16:55:39 +10:00
parent 0ac306fe2a
commit 1419be1aab
3 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
space: toggle staged
c: commit changes
shift+C: commit using git editor
shift+S: stash files
t: add patched (i.e. pick chunks of a file to add)
o: open
@@ -47,6 +48,7 @@
esc: close/cancel
enter: confirm
tab: enter newline (if editing)
## Resolving Merge Conflicts (Diff Panel):