Articles tagged with “Vim” (7 articles)
Restore your easier window navigation mappings on Netrw buffers in Vim
Posted onA quick tip to let you use your CTRL + h,j,k,l shortcuts in your Netrw Vim buffers.
Today I learned: How to suspend Vim temporarily, run some commands, and go back
Posted onEver wanted to quickly get out of Vim to run some commands and jump back into it and resume where you left it? This post is for you.
Today I learned: How to delete until the beginning of the line including the cursor in Vim
Posted onLearn about vim exclusive character motions and how to turn them into inclusive motions
Today I learned: How to show current buffer's path in Vim's normal mode
Posted onLearn the Vim shortcut to reveal the current buffer's path in the command line from normal mode.
Vim CursorHold autocommand error when opening command line window
Posted onFind out how to get rid of `Error detected while processing CursorHold Autocommands for ... E11: Invalid in command-line window...` issue.
Fuzzy file search prompt ready upon vim entrance
Posted onCreate a Vim autocommand to fire up your fuzzy file search plugin when you enter your editor.