From d7ebc63d889fdebed1f41b56e54d31de41ea51d0 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 9 Jan 2026 13:07:56 -0600 Subject: [PATCH] config: add kitty tab placement and OpenCode anthropic auth plugin --- home/dot_config/kitty/private_kitty.conf | 2 +- home/dot_config/opencode/opencode.jsonc.tmpl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/dot_config/kitty/private_kitty.conf b/home/dot_config/kitty/private_kitty.conf index 2a84d3b..f62632d 100644 --- a/home/dot_config/kitty/private_kitty.conf +++ b/home/dot_config/kitty/private_kitty.conf @@ -37,7 +37,7 @@ map ctrl+shift+m detach_window ask map ctrl+shift+n detach_window new-tab # 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 map ctrl+shift+alt+s launch --cwd=current diff --git a/home/dot_config/opencode/opencode.jsonc.tmpl b/home/dot_config/opencode/opencode.jsonc.tmpl index b65577d..aae4b6a 100644 --- a/home/dot_config/opencode/opencode.jsonc.tmpl +++ b/home/dot_config/opencode/opencode.jsonc.tmpl @@ -4,7 +4,8 @@ "plugin": [ // "@tarquinen/opencode-dcp@latest", "@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": { "model_cycle_favorite": "ctrl+f"