1
0

Update home/.config/atuin/config.toml

This commit is contained in:
Jeff LANCE 2024-04-10 23:47:00 +02:00
parent 07f6fca0b6
commit fa782a2eaa

View File

@ -52,6 +52,7 @@
## the accepted values are identical to those of "filter_mode"
## leave unspecified to use same mode set in "filter_mode"
# filter_mode_shell_up_key_binding = "global"
filter_mode_shell_up_key_binding = "host"
## which search mode to use when atuin is invoked from a shell up-key binding
## the accepted values are identical to those of "search_mode"
@ -61,10 +62,12 @@
## which style to use
## possible values: auto, full, compact
# style = "auto"
# style = "auto"
## the maximum number of lines the interface should take up
## set it to 0 to always go full screen
# inline_height = 0
inline_height = 40
## Invert the UI - put the search bar at the top , Default to `false`
# invert = false
@ -132,7 +135,8 @@
## Defaults to true. If enabled, upon hitting enter Atuin will immediately execute the command. Press tab to return to the shell and edit.
# This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
enter_accept = true
# enter_accept = true
enter_accept = false
## Defaults to "emacs". This specifies the keymap on the startup of `atuin
@ -154,7 +158,7 @@ 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