Vim

View different branch file inside VIM

View different branch file inside VIM

Jan 30, 20231 min read
There will come a time when you will want to view the contents of the same file or a different file from another branch.
Create quick backup of current file in VIM

Create quick backup of current file in VIM

Jan 29, 20231 min read
Sometimes we have to create a copy of the current working file, just to try out some new thing or feature.
Why should you remap ESC key in Vim

Why should you remap ESC key in Vim

Jan 29, 20231 min read
By default, the ESC key is used to switch to Normal mode from Insert mode. But as you can see on a regular keyboard, the position of the ESC key is far from the home row keys.