mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-18 03:11:23 +01:00
docs: minor formatting updates to the default config.toml (#1689)
This commit is contained in:
parent
5a805dc22c
commit
b4f8d1433b
@ -134,7 +134,6 @@
|
|||||||
# This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
|
# This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
|
||||||
enter_accept = true
|
enter_accept = true
|
||||||
|
|
||||||
|
|
||||||
## Defaults to "emacs". This specifies the keymap on the startup of `atuin
|
## Defaults to "emacs". This specifies the keymap on the startup of `atuin
|
||||||
## search`. If this is set to "auto", the startup keymap mode in the Atuin
|
## search`. If this is set to "auto", the startup keymap mode in the Atuin
|
||||||
## search is automatically selected based on the shell's keymap where the
|
## search is automatically selected based on the shell's keymap where the
|
||||||
@ -158,8 +157,8 @@ enter_accept = true
|
|||||||
## Alternatively, set env NO_MOTION=true
|
## Alternatively, set env NO_MOTION=true
|
||||||
# prefers_reduced_motion = false
|
# prefers_reduced_motion = false
|
||||||
|
|
||||||
#[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 = [
|
||||||
# "cargo",
|
# "cargo",
|
||||||
# "go",
|
# "go",
|
||||||
@ -169,6 +168,6 @@ enter_accept = true
|
|||||||
# "pnpm",
|
# "pnpm",
|
||||||
# "kubectl",
|
# "kubectl",
|
||||||
#]
|
#]
|
||||||
#
|
|
||||||
# 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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user