Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 471 Bytes

2020-09-25-send_vim_buffer_to_command.md

File metadata and controls

25 lines (22 loc) · 471 Bytes

Send vim buffer to command

Category vim
Added on 2020-09-25
Source source

You can use :w to send current buffer to external command.

vim resource.yaml
:w kubectl apply -f -