VIM

VIM

49 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
VIM Find And Replace All Text Substitute Command
VIM Find And Replace All Text Substitute Command
Explains how to search/find and replace (substitute) text, words, code on vim text editor using commands under Linux, macOS and Unix
·cyberciti.biz·
VIM Find And Replace All Text Substitute Command
Vim Configuration from Minimal to Complete
Vim Configuration from Minimal to Complete
From a configuration that works on low-resource, restricted permissions environments, to a complete configuration
·dev.to·
Vim Configuration from Minimal to Complete
Learn Vim the Simple Way
Learn Vim the Simple Way
Vim lessons that get to the point. Build proficiency fast. Improve with detailed feedback.
·vimified.com·
Learn Vim the Simple Way
Vim Awesome
Vim Awesome
Awesome Vim plugins from across the universe
·vimawesome.com·
Vim Awesome
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