mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 02:24:11 -06:00
config: add kitty tab placement and OpenCode anthropic auth plugin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user