summaryrefslogtreecommitdiffstats
path: root/docs/keybindings
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-12-02 10:36:15 +0100
committerStefan Haller <stefan@haller-berlin.de>2023-12-02 10:36:15 +0100
commit6ec109c15a1dde47bd7eaef4a7044cc1d4a3a52d (patch)
tree0bd38ea21b3feea5db27af4be008020f66ee7f0a /docs/keybindings
parentdee1ff007d76e8bf7682735c7f640933c66f4795 (diff)
Update cheatsheets
This was forgotten in #3046.
Diffstat (limited to 'docs/keybindings')
-rw-r--r--docs/keybindings/Keybindings_en.md4
-rw-r--r--docs/keybindings/Keybindings_ja.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md
index 535d7f0ab..1d29e2f16 100644
--- a/docs/keybindings/Keybindings_en.md
+++ b/docs/keybindings/Keybindings_en.md
@@ -141,12 +141,12 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
<pre>
<kbd>&lt;c-o&gt;</kbd>: Copy branch name to clipboard
<kbd>i</kbd>: Show git-flow options
- <kbd>&lt;space&gt;</kbd>: Checkout, enter '-' to switch to last
+ <kbd>&lt;space&gt;</kbd>: Checkout
<kbd>n</kbd>: New branch
<kbd>o</kbd>: Create pull request
<kbd>O</kbd>: Create pull request options
<kbd>&lt;c-y&gt;</kbd>: Copy pull request URL to clipboard
- <kbd>c</kbd>: Checkout by name
+ <kbd>c</kbd>: Checkout by name, enter '-' to switch to last
<kbd>F</kbd>: Force checkout
<kbd>d</kbd>: View delete options
<kbd>r</kbd>: Rebase checked-out branch onto this branch
diff --git a/docs/keybindings/Keybindings_ja.md b/docs/keybindings/Keybindings_ja.md
index 42a849fe9..29a9f5de6 100644
--- a/docs/keybindings/Keybindings_ja.md
+++ b/docs/keybindings/Keybindings_ja.md
@@ -218,7 +218,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
<kbd>o</kbd>: Pull Requestを作成
<kbd>O</kbd>: Create pull request options
<kbd>&lt;c-y&gt;</kbd>: Pull RequestのURLをクリップボードにコピー
- <kbd>c</kbd>: Checkout by name
+ <kbd>c</kbd>: Checkout by name, enter '-' to switch to last
<kbd>F</kbd>: Force checkout
<kbd>d</kbd>: View delete options
<kbd>r</kbd>: Rebase checked-out branch onto this branch