change atuin cfg

This commit is contained in:
Alex 2024-10-18 15:17:26 +02:00
parent c3dd69673f
commit bd5000eb90
Signed by: l-x
SSH key fingerprint: SHA256:MK3uQVPHEV0Oo2ry/dAqvVK3pAwegKAwSlyfgLd/yQM

View file

@ -60,11 +60,11 @@
## which style to use
## possible values: auto, full, compact
style = "compact"
style = "auto"
## the maximum number of lines the interface should take up
## 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 = false
@ -162,36 +162,33 @@ enter_accept = true
[stats]
## Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl
# common_subcommands = [
# "apt",
# "cargo",
# "composer",
# "dnf",true
# "git",
# "go",
# "ip",
# "kubectl",
# "nix",
# "nmcli",
# "npm",
# "pecl",
# "pnpm",
# "podman",
# "port",
# "systemctl",
# "tmux",
# "yarn",
# ]
common_subcommands = [
# "apt",
"cargo",
"docker",
"composer",
# "dnf",true
"git",
# "go",
# "ip",
# "kubectl",
# "nix",
# "nmcli",
# "npm",
# "pecl",
# "pnpm",
# "podman",
# "port",
# "systemctl",
# "tmux",
# "yarn",
]
## 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
# ignored_commands = [
# "cd",
# "ls",
# "vi"
# ]
ignored_commands = ["cd", "ls", "ll", "vi"]
[keys]
# Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry.