mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
add option to always show unstaged/staged panels
This commit is contained in:
@@ -46,6 +46,7 @@ type GuiConfig struct {
|
||||
ShowBottomLine bool `yaml:"showBottomLine"`
|
||||
ShowIcons bool `yaml:"showIcons"`
|
||||
CommandLogSize int `yaml:"commandLogSize"`
|
||||
SplitDiff string `yaml:"splitDiff"`
|
||||
}
|
||||
|
||||
type ThemeConfig struct {
|
||||
@@ -360,6 +361,7 @@ func GetDefaultConfig() *UserConfig {
|
||||
ShowRandomTip: true,
|
||||
ShowIcons: false,
|
||||
CommandLogSize: 8,
|
||||
SplitDiff: "auto",
|
||||
},
|
||||
Git: GitConfig{
|
||||
Paging: PagingConfig{
|
||||
|
Reference in New Issue
Block a user