Get the current file path
Create a mapping to copy the present file path to your clipboard.
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.
Swiftly move lines in Vim with these handy mappings.