From fa782a2eaae0135d4cea1e8384e659e8cf58da5b Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 10 Apr 2024 23:47:00 +0200 Subject: [PATCH] Update home/.config/atuin/config.toml --- home/dot_config/private_atuin/private_config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home/dot_config/private_atuin/private_config.toml b/home/dot_config/private_atuin/private_config.toml index faed994..7caa815 100644 --- a/home/dot_config/private_atuin/private_config.toml +++ b/home/dot_config/private_atuin/private_config.toml @@ -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