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.
The Vim calculator is a built in feature requiring no plugins: Perform calculations without leaving Vim, even from your text.
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.
You can open a URL in Vim directly from the command line. This quick trick will save you time when viewing HTML source or content from APIs.
Show and hide code with Vim code folding options. This tutorial covers enabling and disabling folding and gives helpful hints for fold usage.
Stop using Excel and Google Sheets and stay inside Vim whenever you edit CSV files. Use these handy tips to improve your Vim CSV experience.
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.