use shift+j/k to scroll main, ctrl+j/k to move commits

This commit is contained in:
Jesse Duffield
2019-05-25 16:48:17 +10:00
parent 53cded77f1
commit 527c025a0c
4 changed files with 31 additions and 15 deletions
+2 -2
View File
@@ -65,8 +65,8 @@
<kbd>F</kbd>: create fixup commit for this commit
<kbd>S</kbd>: squash above commits
<kbd>d</kbd>: delete commit
<kbd>J</kbd>: move commit down one
<kbd>K</kbd>: move commit up one
<kbd>ctrl+j</kbd>: move commit down one
<kbd>ctrl+k</kbd>: move commit up one
<kbd>e</kbd>: edit commit
<kbd>A</kbd>: amend commit with staged changes
<kbd>p</kbd>: pick commit (when mid-rebase)