summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-05-25 16:37:47 +1000
committerJesse Duffield <jessedduffield@gmail.com>2019-05-25 16:48:17 +1000
commit527c025a0c6a445230b88dfa2d4197554e5fc130 (patch)
tree4547d24fa33431c5e9b67f621b7625a5d9b5222e /docs
parent53cded77f1d1fe8e1c1d874aca181f633c305404 (diff)
use shift+j/k to scroll main, ctrl+j/k to move commits
Diffstat (limited to 'docs')
-rw-r--r--docs/keybindings/Keybindings_en.md4
-rw-r--r--docs/keybindings/Keybindings_nl.md18
-rw-r--r--docs/keybindings/Keybindings_pl.md4
3 files changed, 13 insertions, 13 deletions
diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md
index 8f941ad22..1ad719251 100644
--- a/docs/keybindings/Keybindings_en.md
+++ b/docs/keybindings/Keybindings_en.md
@@ -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)
diff --git a/docs/keybindings/Keybindings_nl.md b/docs/keybindings/Keybindings_nl.md
index 9ed20165f..fb0972ea6 100644
--- a/docs/keybindings/Keybindings_nl.md
+++ b/docs/keybindings/Keybindings_nl.md
@@ -65,8 +65,8 @@
<kbd>F</kbd>: creëer fixup commit voor deze commit
<kbd>S</kbd>: squash bovenstaande commits
<kbd>d</kbd>: verwijder commit
- <kbd>J</kbd>: verplaats commit 1 omlaag
- <kbd>K</kbd>: verplaats commit 1 omhoog
+ <kbd>ctrl+j</kbd>: verplaats commit 1 omlaag
+ <kbd>ctrl+k</kbd>: verplaats commit 1 omhoog
<kbd>e</kbd>: verander commit
<kbd>A</kbd>: wijzig commit met staged veranderingen
<kbd>p</kbd>: pick commit (when mid-rebase)
@@ -95,13 +95,6 @@
<kbd>o</kbd>: open bestand
</pre>
-## Hoofd (Normaal)
-
-<pre>
- <kbd>PgDn</kbd>: scroll omlaag (fn+up)
- <kbd>PgUp</kbd>: scroll omhoog (fn+down)
-</pre>
-
## Hoofd (Stage Lines/Hunks)
<pre>
@@ -126,3 +119,10 @@
<kbd>▼</kbd>: selecteer onderste hunk
<kbd>z</kbd>: ongedaan maken
</pre>
+
+## Hoofd (Normaal)
+
+<pre>
+ <kbd>PgDn</kbd>: scroll omlaag (fn+up)
+ <kbd>PgUp</kbd>: scroll omhoog (fn+down)
+</pre>
diff --git a/docs/keybindings/Keybindings_pl.md b/docs/keybindings/Keybindings_pl.md
index 0438c50ee..039d15089 100644
--- a/docs/keybindings/Keybindings_pl.md
+++ b/docs/keybindings/Keybindings_pl.md
@@ -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)