|
|
|
|
|
by name_for_now
3349 days ago
|
|
I used to run more commands from vim, but now I personally find Ctrl-Z is usually more convenient for all the one-off commands. If I do run stuff from inside of vim, it's now usually ":w !" or ":r !" (or some custom command wrapper around those). |
|
Thanks for the nugget.