diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md index 3c57562f2..535d7f0ab 100644 --- a/docs/keybindings/Keybindings_en.md +++ b/docs/keybindings/Keybindings_en.md @@ -141,7 +141,7 @@ _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
+  <space>: Checkout, enter '-' to switch to last
   n: New branch
   o: Create pull request
   O: Create pull request options
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 8e3a936ce..c940eea6f 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -872,7 +872,7 @@ func EnglishTranslationSet() TranslationSet {
 		CantRebaseOntoSelf:                  "You cannot rebase a branch onto itself",
 		CantMergeBranchIntoItself:           "You cannot merge a branch into itself",
 		ForceCheckout:                       "Force checkout",
-		CheckoutByName:                      "Checkout by name",
+		CheckoutByName:                      "Checkout by name, enter '-' to switch to last",
 		NewBranch:                           "New branch",
 		NoBranchesThisRepo:                  "No branches for this repo",
 		CommitWithoutMessageErr:             "You cannot commit without a commit message",