summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context/context.go')
-rw-r--r--pkg/gui/context/context.go19
1 files changed, 6 insertions, 13 deletions
diff --git a/pkg/gui/context/context.go b/pkg/gui/context/context.go
index add336cfd..fb5a4bd64 100644
--- a/pkg/gui/context/context.go
+++ b/pkg/gui/context/context.go
@@ -152,11 +152,8 @@ func (tree ContextTree) InitialViewTabContextMap() map[string][]TabContext {
Contexts: []types.Context{tree.Branches},
},
{
- Tab: "Remotes",
- Contexts: []types.Context{
- tree.Remotes,
- tree.RemoteBranches,
- },
+ Tab: "Remotes",
+ Contexts: []types.Context{tree.Remotes},
},
{
Tab: "Tags",
@@ -169,10 +166,8 @@ func (tree ContextTree) InitialViewTabContextMap() map[string][]TabContext {
Contexts: []types.Context{tree.LocalCommits},
},
{
- Tab: "Reflog",
- Contexts: []types.Context{
- tree.ReflogCommits,
- },
+ Tab: "Reflog",
+ Contexts: []types.Context{tree.ReflogCommits},
},
},
"files": {
@@ -181,10 +176,8 @@ func (tree ContextTree) InitialViewTabContextMap() map[string][]TabContext {
Contexts: []types.Context{tree.Files},
},
{
- Tab: "Submodules",
- Contexts: []types.Context{
- tree.Submodules,
- },
+ Tab: "Submodules",
+ Contexts: []types.Context{tree.Submodules},
},
},
}