Hacker News new | ask | show | jobs
by verdverm 1430 days ago
Generally 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