This repository has been archived on 2026-04-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
claude-code-2026-04-02/docs-site/docs/reference/voice-vim-output.md
2026-03-31 15:38:58 +05:00

780 B

Voice, Vim, and output styles

Primary paths: src/voice/, src/vim/, src/outputStyles/, src/screens/REPL.tsx (voice hook)

Voice dictation integrates through useVoiceIntegration in REPL.tsx when the bundle includes VOICE_MODE. voice/ contains mode and streaming helpers.

vim/ implements modal editing for the prompt (motions, operators, text objects) consistent with Interactive mode keyboard behavior.

outputStyles/ adapts presentation for non-default “output styles” described in the Output styles doc.

See also: Voice dictation, Keybindings.