added opencode

This commit is contained in:
liph
2026-03-19 15:19:56 +01:00
parent a22912ce30
commit f12b027aa5
20 changed files with 1300 additions and 305 deletions
+2 -4
View File
@@ -75,7 +75,7 @@
## the maximum number of lines the interface should take up
## set it to 0 to always go full screen
inline_height = 20
inline_height = 30
## the maximum number of lines the interface should take up
## when atuin is invoked from a shell up-key binding
@@ -100,8 +100,6 @@ show_preview = true
# word_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
## number of context lines to show when scrolling by pages
# scroll_context_lines = 1
## use ctrl instead of alt as the shortcut modifier key for numerical UI shortcuts
## alt-0 .. alt-9
# ctrl_n_shortcuts = false
@@ -164,7 +162,7 @@ show_numeric_shortcuts = false
## whereas tab will put the command in the prompt for editing.
## If set to false, both enter and tab will place the command in the prompt for editing.
## This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
enter_accept = true
enter_accept = false
search_mode = "fuzzy"
## Defaults to false. If enabled, when triggered after &&, || or |, Atuin will complete commands to chain rather than replace the current line.