change atuin cfg
This commit is contained in:
parent
c3dd69673f
commit
bd5000eb90
1 changed files with 25 additions and 28 deletions
|
@ -60,11 +60,11 @@
|
||||||
|
|
||||||
## which style to use
|
## which style to use
|
||||||
## possible values: auto, full, compact
|
## possible values: auto, full, compact
|
||||||
style = "compact"
|
style = "auto"
|
||||||
|
|
||||||
## the maximum number of lines the interface should take up
|
## the maximum number of lines the interface should take up
|
||||||
## set it to 0 to always go full screen
|
## set it to 0 to always go full screen
|
||||||
inline_height = 40
|
inline_height = 0
|
||||||
|
|
||||||
## Invert the UI - put the search bar at the top , Default to `false`
|
## Invert the UI - put the search bar at the top , Default to `false`
|
||||||
# invert = false
|
# invert = false
|
||||||
|
@ -162,12 +162,13 @@ enter_accept = true
|
||||||
|
|
||||||
[stats]
|
[stats]
|
||||||
## Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl
|
## Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl
|
||||||
# common_subcommands = [
|
common_subcommands = [
|
||||||
# "apt",
|
# "apt",
|
||||||
# "cargo",
|
"cargo",
|
||||||
# "composer",
|
"docker",
|
||||||
|
"composer",
|
||||||
# "dnf",true
|
# "dnf",true
|
||||||
# "git",
|
"git",
|
||||||
# "go",
|
# "go",
|
||||||
# "ip",
|
# "ip",
|
||||||
# "kubectl",
|
# "kubectl",
|
||||||
|
@ -181,17 +182,13 @@ enter_accept = true
|
||||||
# "systemctl",
|
# "systemctl",
|
||||||
# "tmux",
|
# "tmux",
|
||||||
# "yarn",
|
# "yarn",
|
||||||
# ]
|
]
|
||||||
|
|
||||||
## Set commands that should be totally stripped and ignored from stats
|
## Set commands that should be totally stripped and ignored from stats
|
||||||
# common_prefix = ["sudo"]
|
common_prefix = ["sudo"]
|
||||||
|
|
||||||
## Set commands that will be completely ignored from stats
|
## Set commands that will be completely ignored from stats
|
||||||
# ignored_commands = [
|
ignored_commands = ["cd", "ls", "ll", "vi"]
|
||||||
# "cd",
|
|
||||||
# "ls",
|
|
||||||
# "vi"
|
|
||||||
# ]
|
|
||||||
|
|
||||||
[keys]
|
[keys]
|
||||||
# Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry.
|
# Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry.
|
||||||
|
|
Loading…
Reference in a new issue