attention api

This commit is contained in:
Sebastian Herrlinger
2026-05-11 23:40:37 +02:00
parent a7b44afdba
commit f6fcee9b9e
13 changed files with 653 additions and 4 deletions
@@ -93,6 +93,12 @@ function config(input?: {
...(bind?.inputNewline && { input_newline: bind.inputNewline }),
})
return {
attention: {
enabled: true,
notifications: true,
sound: true,
volume: 0.4,
},
diff_style: input?.diff_style,
keybinds: createBindingLookup(TuiKeybind.toBindingConfig(keybinds), {
commandMap: TuiKeybind.CommandMap,