Open URL in Vim
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.
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.
Create a mapping to copy the present file path to your clipboard.
Delete all hidden buffers in Vim to speed up and clean up.
Use marks to quickly jump back to frequently edited files, like your .vimrc.
Use set hidden to allow unsaved buffers to be hidden in Vim.
Use this Vim mapping to add line highlights that persist when moving around.
Use Vim’s filetype plugins to enable per file type configuration in Vim.
Securely setup project-specific Vim configurations.
Ignore case in Vim search with a combination of the ignorecase and smartcase options in your config.
Swiftly move lines in Vim with these handy mappings.