How to comment and uncomment multiple lines in Vim
Learn how to comment and uncomment multiple lines in Vim using visual blocks and line ranges. Examples for multiline commenting/uncommenting with and without visual selection.
Collection of publications tagged with vim.
Learn how to comment and uncomment multiple lines in Vim using visual blocks and line ranges. Examples for multiline commenting/uncommenting with and without visual selection.
Learn how to delete from the current cursor position to the end of the line in Vim with a simple command. Improve your text editing in Vim today!
Learn how to delete all lines matching specific patterns, covering multiple patterns, ranges, case-(in)sensitivity, and other advanced techniques with examples.
How to edit multiple files in the buffer of the Vim text editor at once. Search and replace command examples to change and save multiple files at the same time.
This guide explains how to make Vim delete all blank / empty lines or lines containing only whitespace (tabs or spaces) for efficient text cleanup. Also applies to Gvim and Neovim.
Learn how to highlight the current line in Vim by using settings like 'cursorline' and customizing its color through your color scheme or highlight groups.
Learn how to switch between tabs in Vim using built-in commands and custom key mappings in `.vimrc` to personalize your Vim tab navigation workflow.
The leader key in Vim is a customizable prefix used for user-defined shortcuts. Learn how to identify the current leader key, and how to customize it.
How to open multiple files in tabs of the Vim text editor at once. Learn to open files from within Vim and from the commandline. Recursively and non-recursively, at the same time.
Learn how to search and replace newlines in Vim using `\n` and `\r`. This guide explains removing, adding, and replacing newlines by many examples.
Learn how to use Vim's change list feature `:changes` to move back and forth between changes in your editing history using the `g;` and `g,` commands.
Vim cheat sheet and reference guide. Also includes shortcuts and commands for NERDTree and Vimium. List of essential Vim commands. Learn Vim.
Learn how to view, and navigate the Vim jump list. Learn what the :jumps feature is, how it works and how it differs from the change list in the Vim text editor.
“Content precedes design. Design in the absence of content is not design, it's decoration.”