You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SelectedItemIsNotABranch: "Selected item is not a branch",
1891
1891
SelectedItemDoesNotHaveFiles: "Selected item does not have files to view",
1892
-
RangeSelectNotSupportedForSubmodules: "Range select not supported for submodules",
1892
+
MultiSelectNotSupportedForSubmodules: "Multiselection not supported for submodules",
1893
1893
OldCherryPickKeyWarning: "The 'c' key is no longer the default key for copying commits to cherry pick. Please use `{{.copy}}` instead (and `{{.paste}}` to paste). The reason for this change is that the 'v' key for selecting a range of lines when staging is now also used for selecting a range of lines in any list view, meaning that we needed to find a new key for pasting commits, and if we're going to now use `{{.paste}}` for pasting commits, we may as well use `{{.copy}}` for copying them. If you want to configure the keybindings to get the old behaviour, set the following in your config:\n\nkeybinding:\n universal:\n toggleRangeSelect: <something other than v>\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'",
1894
1894
CommandDoesNotSupportOpeningInEditor: "This command doesn't support switching to the editor",
0 commit comments