#vim
Read more stories on Hashnode
Articles with this tag
In Vim, you can find and replace text using the following commands: To find a specific word or phrase, use the / command followed by the word or...
Use the h, j, k, and l keys to move the cursor around the code. These keys correspond to the left, down, up, and right arrow keys, respectively, and...
Vim Shortcuts for text manipulations ยท Vim has been my favorite editor for a long and here I am going to post some of the cool shortcuts that you can use...