diff --git a/atuin/config.toml b/atuin/config.toml index 48ed854..240d17f 100644 --- a/atuin/config.toml +++ b/atuin/config.toml @@ -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.