Inspect Character Under Cursor in Vim
Use ga in Vim to inspect the character under the cursor in Vim. Extend this feature with the Characterize plugin.
Use ga in Vim to inspect the character under the cursor in Vim. Extend this feature with the Characterize plugin.
Open Vim splits to a specific height or width by prepending a number to the command.
The Vim command line window is more than just a history of your commands. It’s an editable buffer where you can compose commands.
Vim file templates can be achieved without plugins using Vim’s built-in skeleton files.
Here are 50 use Vim commands for Vim users of all proficiency levels. From beginner to advanced, everyone is sure to find a useful tip.
The Vim jump list is a convenient list of navigation points, akin to a browser history. Read on to improve your use of the Vim jumplist.
Show and hide code with Vim code folding options. This tutorial covers enabling and disabling folding and gives helpful hints for fold usage.
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.
Vim’s line length marker capability, called colorcolumn, allows you to visually highlight a certain text width.
Copy a line in Vim without moving your cursor. Use these ex commands in Vim to efficiently copy lines.