fix(settings): set editorMode to normal for Claude sessions (#929)

This ensures Claude Code starts in normal editor mode rather than
potentially using vim mode, which can cause issues with automated
text input via tmux send-keys.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ben Tucker
2026-01-24 23:45:19 -06:00
committed by GitHub
parent 3442471a93
commit 6c86616273
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
"editorMode": "normal",
"enabledPlugins": {
"beads@beads-marketplace": false
},

View File

@@ -1,4 +1,5 @@
{
"editorMode": "normal",
"enabledPlugins": {
"beads@beads-marketplace": false
},