mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-12 20:19:38 +01:00
229 B
229 B
You can execute vim commands in terminal by prefixing your commands with +
symbol:
vim filename +/searchterm
vim +PlugInstall
vim filename +g/foo/d
vim filename "+g/foo/norm dap"
vim filename "+g/test/norm dap" +wq