config: add kitty tab placement and OpenCode anthropic auth plugin

This commit is contained in:
2026-01-09 13:07:56 -06:00
parent 349b23e025
commit d7ebc63d88
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ map ctrl+shift+m detach_window ask
map ctrl+shift+n detach_window new-tab map ctrl+shift+n detach_window new-tab
# Duplicate terminal in new tab with current working directory # Duplicate terminal in new tab with current working directory
map ctrl+shift+s launch --cwd=current --type=tab map ctrl+shift+s launch --cwd=current --type=tab --location=after
# Duplicate terminal as split/window with current working directory # Duplicate terminal as split/window with current working directory
map ctrl+shift+alt+s launch --cwd=current map ctrl+shift+alt+s launch --cwd=current
+2 -1
View File
@@ -4,7 +4,8 @@
"plugin": [ "plugin": [
// "@tarquinen/opencode-dcp@latest", // "@tarquinen/opencode-dcp@latest",
"@franlol/opencode-md-table-formatter@0.0.3", "@franlol/opencode-md-table-formatter@0.0.3",
// "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js" // "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js",
"opencode-anthropic-auth"
], ],
"keybinds": { "keybinds": {
"model_cycle_favorite": "ctrl+f" "model_cycle_favorite": "ctrl+f"