feat: add OpenCode plugin for chezmoi context warnings and Claude usage keybind

- Add plugin to warn when editing files outside chezmoi directory
- Add kitty keybind (ctrl+alt+c) to check Claude API usage
This commit is contained in:
2026-01-06 12:59:00 -06:00
parent f1b0e5599b
commit df6b36be41
2 changed files with 86 additions and 0 deletions
+3
View File
@@ -41,3 +41,6 @@ map ctrl+shift+s launch --cwd=current --type=tab
# Duplicate terminal as split/window with current working directory
map ctrl+shift+alt+s launch --cwd=current
# Run Claude usage checker
map ctrl+alt+c launch --type=overlay fish -c "claude-usage; read -P 'Press any key to close...'"