aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authorDavid <drmorr@evokewonder.com>2024-02-12 01:26:29 -0800
committerGitHub <noreply@github.com>2024-02-12 09:26:29 +0000
commitb4f8d1433bf6ac28e71969c0a141d53acd93fdf9 (patch)
tree183254b7ccf17afdba1d20da50a6dfad9ad54046 /atuin-client
parentfeat: use ATUIN_TEST_SQLITE_STORE_TIMEOUT to specify test timeout of SQLite s... (diff)
downloadatuin-b4f8d1433bf6ac28e71969c0a141d53acd93fdf9.zip
docs: minor formatting updates to the default config.toml (#1689)
Diffstat (limited to 'atuin-client')
-rw-r--r--atuin-client/config.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml
index faed994c..facc0bd4 100644
--- a/atuin-client/config.toml
+++ b/atuin-client/config.toml
@@ -134,7 +134,6 @@
# This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
enter_accept = true
-
## 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 is automatically selected based on the shell's keymap where the
@@ -154,12 +153,12 @@ enter_accept = true
## Timeout (in seconds) for acquiring a local database connection (sqlite)
# local_timeout = 5
-## Set this to true and Atuin will minimize motion in the UI - timers will not update live, etc.
+## Set this to true and Atuin will minimize motion in the UI - timers will not update live, etc.
## Alternatively, set env NO_MOTION=true
# prefers_reduced_motion = false
-#[stats]
-# Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl
+[stats]
+## Set commands where we should consider the subcommand for statistics. Eg, kubectl get vs just kubectl
#common_subcommands = [
# "cargo",
# "go",
@@ -169,6 +168,6 @@ enter_accept = true
# "pnpm",
# "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"]