From 6ec109c15a1dde47bd7eaef4a7044cc1d4a3a52d Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 2 Dec 2023 10:36:15 +0100 Subject: [PATCH] Update cheatsheets This was forgotten in #3046. --- docs/keybindings/Keybindings_en.md | 4 ++-- docs/keybindings/Keybindings_ja.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md index 535d7f0aba3..1d29e2f16b0 100644 --- a/docs/keybindings/Keybindings_en.md +++ b/docs/keybindings/Keybindings_en.md @@ -141,12 +141,12 @@ _Legend: `` means ctrl+b, `` means alt+b, `B` means shift+b_
   <c-o>: Copy branch name to clipboard
   i: Show git-flow options
-  <space>: Checkout, enter '-' to switch to last
+  <space>: Checkout
   n: New branch
   o: Create pull request
   O: Create pull request options
   <c-y>: Copy pull request URL to clipboard
-  c: Checkout by name
+  c: Checkout by name, enter '-' to switch to last
   F: Force checkout
   d: View delete options
   r: Rebase checked-out branch onto this branch
diff --git a/docs/keybindings/Keybindings_ja.md b/docs/keybindings/Keybindings_ja.md
index 42a849fe92a..29a9f5de6f8 100644
--- a/docs/keybindings/Keybindings_ja.md
+++ b/docs/keybindings/Keybindings_ja.md
@@ -218,7 +218,7 @@ _Legend: `` means ctrl+b, `` means alt+b, `B` means shift+b_
   o: Pull Requestを作成
   O: Create pull request options
   <c-y>: Pull RequestのURLをクリップボードにコピー
-  c: Checkout by name
+  c: Checkout by name, enter '-' to switch to last
   F: Force checkout
   d: View delete options
   r: Rebase checked-out branch onto this branch