Update home/.config/atuin/config.toml
This commit is contained in:
parent
07f6fca0b6
commit
fa782a2eaa
@ -52,6 +52,7 @@
|
|||||||
## the accepted values are identical to those of "filter_mode"
|
## the accepted values are identical to those of "filter_mode"
|
||||||
## leave unspecified to use same mode set in "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 = "global"
|
||||||
|
filter_mode_shell_up_key_binding = "host"
|
||||||
|
|
||||||
## which search mode to use when atuin is invoked from a shell up-key binding
|
## 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"
|
## the accepted values are identical to those of "search_mode"
|
||||||
@ -61,10 +62,12 @@
|
|||||||
## which style to use
|
## which style to use
|
||||||
## possible values: auto, full, compact
|
## possible values: auto, full, compact
|
||||||
# style = "auto"
|
# style = "auto"
|
||||||
|
# style = "auto"
|
||||||
|
|
||||||
## the maximum number of lines the interface should take up
|
## the maximum number of lines the interface should take up
|
||||||
## set it to 0 to always go full screen
|
## set it to 0 to always go full screen
|
||||||
# inline_height = 0
|
# inline_height = 0
|
||||||
|
inline_height = 40
|
||||||
|
|
||||||
## Invert the UI - put the search bar at the top , Default to `false`
|
## Invert the UI - put the search bar at the top , Default to `false`
|
||||||
# invert = 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.
|
## 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.
|
# 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
|
## Defaults to "emacs". This specifies the keymap on the startup of `atuin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user