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.
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.
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.
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.
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.