From 2dc6f5f07971dc5a8ed6cc22151b81fe659ba326 Mon Sep 17 00:00:00 2001 From: Liberatys Date: Sun, 20 Jun 2021 16:55:50 +0200 Subject: Implement state filtering for commit files --- pkg/config/user_config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/config') diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index d2d98ac52..9d61cb68f 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -189,6 +189,7 @@ type KeybindingFilesConfig struct { Fetch string `yaml:"fetch"` ToggleTreeView string `yaml:"toggleTreeView"` OpenMergeTool string `yaml:"openMergeTool"` + OpenStatusFilter string `yaml:"openStatusFilter"` } type KeybindingBranchesConfig struct { @@ -438,6 +439,7 @@ func GetDefaultConfig() *UserConfig { Fetch: "f", ToggleTreeView: "`", OpenMergeTool: "M", + OpenStatusFilter: "", }, Branches: KeybindingBranchesConfig{ CopyPullRequestURL: "", -- cgit v1.2.3