7 ms·
Do you have examples? Of things that are faster in vim?
by antholeole 4y ago
Do you have examples? Of things that are faster in vim?
- verdverm 4y agoGenerally all movement and bulk edits. One thing I learned recently is !! and how to use it to inject any program output at the current line. You can also use the current selection as input to that command. Write some code in vim, run !!bash or !! python and the output is replaced the code. Really helpful for doc writing and showing output