40 lines
969 B
TOML
40 lines
969 B
TOML
# https://atuin.sh/docs/config/#client-config
|
|
|
|
# Whether to automatically sync.
|
|
auto_sync = true
|
|
|
|
# Whether to automatically check for updates.
|
|
update_check = false
|
|
|
|
# The address of the server to sync with.
|
|
sync_address = "https://atuin.gould.dev"
|
|
|
|
# If set to 0, sync will occur after every command.
|
|
sync_frequency = "10m"
|
|
|
|
# Possible values: prefix, fulltext, fuzzy, skim.
|
|
search_mode = "fuzzy"
|
|
search_mode_shell_up_key_binding = "fuzzy"
|
|
|
|
# Possible values: global, host, session, directory.
|
|
filter_mode = "global"
|
|
filter_mode_shell_up_key_binding = "global"
|
|
|
|
# Possible values: auto, full, compact.
|
|
style = "auto"
|
|
|
|
# If set to 0, always go full screen.
|
|
inline_height = 0
|
|
|
|
# Whether to put the search bar at the top instead of the bottom.
|
|
invert = true
|
|
|
|
# Whether to show a preview of the selected command.
|
|
show_preview = true
|
|
|
|
# Possible values: return-original, return-query.
|
|
exit_mode = "return-original"
|
|
|
|
# Possible values: emacs, subl.
|
|
word_jump_mode = "emacs"
|