Source Archive

48 bookmarks
Custom sorting
Beyond basic modal editing. Using vim's command-line mode.
Beyond basic modal editing. Using vim's command-line mode.
Most people learn vim’s codenormal/code, codeinsert/code, and codevisual/code modes. But they’re only casually acquainted with vim’s powerful Ex commands. Let’s take a look at some.
·thoughtbot.com·
Beyond basic modal editing. Using vim's command-line mode.
Vim cheatsheet
Vim cheatsheet
One-page guide to Vim: usage, examples, and more. Vim is a very efficient text editor. This reference was made for Vim 8.0. For shortcut notation, see :help key-notation.
·devhints.io·
Vim cheatsheet
Power of g | Vim Tips Wiki | Fandom
Power of g | Vim Tips Wiki | Fandom
The global command :g is very useful. Here are some examples showing the power of :g. :[range]g/pattern/cmd This acts on the specified [range] (default whole file), by executing the Ex command cmd...
·vim.fandom.com·
Power of g | Vim Tips Wiki | Fandom