MSNCodeSNIPPETS← msncode.dev
snippets/vim

Split Window

Split the vim window vertically or horizontally

vimvimsplitwindow
VIM
:vsplit  (or :split for horizontal)

More vim snippets

Delete Entire Line

Delete the current line in vim

Indent Multiple Lines

Indent or outdent several lines at once

Jump to Line Number

Go to a specific line number in vim

Save and Quit

Save changes and exit vim