Skip to content

feat: split config editor into e/E keybindings#13

Merged
eloualiche merged 1 commit intomainfrom
feat/editor-keybindings
Mar 19, 2026
Merged

feat: split config editor into e/E keybindings#13
eloualiche merged 1 commit intomainfrom
feat/editor-keybindings

Conversation

@eloualiche
Copy link
Member

Summary

  • e opens config in $EDITOR (terminal editor, e.g. Helix) instead of $VISUAL
  • E opens config in $VISUAL (GUI editor, e.g. BBEdit), falling back to $EDITOR
  • Help bar updated to show e/E config

Test plan

  • Press e in dashboard — should open config in terminal editor ($EDITOR)
  • Press E in dashboard — should open config in GUI editor ($VISUAL)
  • With only $EDITOR set, both e and E use $EDITOR
  • With neither set, falls back to vi

🤖 Generated with Claude Code

The TUI now uses $EDITOR (terminal editor) by default for 'e', so editors
like Helix work correctly instead of falling through to $VISUAL (BBEdit).
Shift-E opens the config in $VISUAL for GUI editing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@eloualiche eloualiche merged commit 681a0ad into main Mar 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant