You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a feature that allows opening an editing buffer in Neovim and sending it to Claude Code using the :w command.
Use Case
It's inconvenient to input long prompts in the terminal, and Claude Code's Vim mode doesn't fully replicate Vim key bindings.
Therefore, I think it would be very convenient if I could edit in a Neovim buffer and send the content.
Proposed Solution
Open an editing buffer and send its contents to the terminal using the :w command.