Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow write to send buffer to external program #521

Open
Tracked by #1260
jrpear opened this issue Jan 9, 2021 · 1 comment
Open
Tracked by #1260

Allow write to send buffer to external program #521

jrpear opened this issue Jan 9, 2021 · 1 comment
Labels
category: integration bindings, commands, etc enhancement New feature or request

Comments

@jrpear
Copy link

jrpear commented Jan 9, 2021

In CL Neovim you can use :w !command to send the contents of the current buffer to the stdin of any external program command. I'd like to be able to do this in VSCode Neovim.

I'm not sure exactly how this is done, but it could be as easy as checking whether a :w command has arguments before modifying it to :Write

@asvetliakov asvetliakov added the enhancement New feature or request label Jan 9, 2021
@asvetliakov
Copy link
Member

@theol0403 theol0403 added the category: integration bindings, commands, etc label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: integration bindings, commands, etc enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants