Updated config

This commit is contained in:
2023-08-16 13:17:54 +02:00
parent f7c029132a
commit 6ea0e27293
5 changed files with 27 additions and 25 deletions

View File

@ -52,7 +52,7 @@ let dark_theme = {
list: white
block: white
hints: dark_gray
search_result: {bg: red fg: white}
search_result: {bg: red fg: white}
shape_and: purple_bold
shape_binary: purple_bold
shape_block: blue_bold
@ -136,7 +136,7 @@ let light_theme = {
list: white
block: white
hints: dark_gray
search_result: {fg: white bg: red}
search_result: {fg: white bg: red}
shape_and: purple_bold
shape_binary: purple_bold
shape_block: blue_bold
@ -248,8 +248,8 @@ $env.config = {
history: {
max_size: 100_000 # Session has to be reloaded for this to take effect
sync_on_enter: true # Enable to share history between multiple sessions, else you have to close the session to write history to file
file_format: "plaintext" # "sqlite" or "plaintext"
isolation: false # only available with sqlite file_format. true enables history isolation, false disables it. true will allow the history to be isolated to the current session using up/down arrows. false will allow the history to be shared across all sessions.
file_format: "sqlite" # "sqlite" or "plaintext"
isolation: true # only available with sqlite file_format. true enables history isolation, false disables it. true will allow the history to be isolated to the current session using up/down arrows. false will allow the history to be shared across all sessions.
}
completions: {