mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Merge pull request #339 from jesseduffield/config-updates
This commit is contained in:
commit
76fdbd1239
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ gui:
|
||||||
optionsTextColor:
|
optionsTextColor:
|
||||||
- blue
|
- blue
|
||||||
returnImmediately: false
|
returnImmediately: false
|
||||||
wrapMainPanel: false
|
wrapMainPanel: true
|
||||||
logs:
|
logs:
|
||||||
timestamps: false
|
timestamps: false
|
||||||
since: '60m'
|
since: '60m'
|
||||||
|
|
|
||||||
|
|
@ -318,7 +318,7 @@ func GetDefaultConfig() UserConfig {
|
||||||
},
|
},
|
||||||
ShowAllContainers: false,
|
ShowAllContainers: false,
|
||||||
ReturnImmediately: false,
|
ReturnImmediately: false,
|
||||||
WrapMainPanel: false,
|
WrapMainPanel: true,
|
||||||
LegacySortContainers: false,
|
LegacySortContainers: false,
|
||||||
},
|
},
|
||||||
ConfirmOnQuit: false,
|
ConfirmOnQuit: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue