My collection of vim tips to make the best editor even better. This is by no means complete or a tutorial on how to use vim, but a set of commands I don't want to forget and need to write them down before they burn into memory. See the resources section below for a more complete introduction and a set of in-depth tutorials.
:tabe SomePath " open a new tab on path :split SomePath (vsplit) " open window (vertical window) on path :r SomePath " read into current buffer
:nn " Jump to line nn