From 7d1c3f7a28343e9e2457342ce7c706ea5a5c2a62 Mon Sep 17 00:00:00 2001 From: rlkandela Date: Tue, 11 Nov 2025 11:22:35 +0100 Subject: [PATCH] Add submodules context to the docs The following commits introduce options that may benefit from specifying the 'submodules' context. --- docs-master/Custom_Command_Keybindings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-master/Custom_Command_Keybindings.md b/docs-master/Custom_Command_Keybindings.md index aef9c3500..f28bdc827 100644 --- a/docs-master/Custom_Command_Keybindings.md +++ b/docs-master/Custom_Command_Keybindings.md @@ -74,6 +74,7 @@ The permitted contexts are: | status | The 'Status' tab | | files | The 'Files' tab | | worktrees | The 'Worktrees' tab | +| submodules | The 'Submodules' tab | | localBranches | The 'Local Branches' tab | | remotes | The 'Remotes' tab | | remoteBranches | The context you get when pressing enter on a remote in the remotes tab |