mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
config: set default logs.pager to less -R
This commit is contained in:
parent
2fb00c354c
commit
fd6e2f9be3
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ func GetDefaultConfig() UserConfig {
|
|||
Timestamps: false,
|
||||
Since: "60m",
|
||||
Tail: "",
|
||||
Pager: "",
|
||||
Pager: "less -R",
|
||||
},
|
||||
CommandTemplates: CommandTemplatesConfig{
|
||||
DockerCompose: "docker compose",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue