Vim Move Split
Move a Vim split with these built-in shortcuts. Your current split can be moved in Vim with ctrl-w and a letter movement: H J K L.
Move a Vim split with these built-in shortcuts. Your current split can be moved in Vim with ctrl-w and a letter movement: H J K L.
You can search a visual selection in Vim by using one of the built in Vim regular expression features called atoms.
Vim’s line length marker capability, called colorcolumn, allows you to visually highlight a certain text width.
Vim autocompletes HTML tags with a simple configuration option. Find out how to enable this useful auto complete option in Vim.
The Vim Checkbox plugin allows you to toggle checkboxes in Markdown written in Vim.
There are several commands in Vim to help align text to the left, center, or right.
Use the vim-visual-multi plugin to edit multiple lines at once in Vim.
Create a mapping to copy the present file path to your clipboard.
Delete all hidden buffers in Vim to speed up and clean up.