Mastering Vim: A Comprehensive Guide to Efficient Navigation and Editing
Basic Navigation
h - Move left
j - Move down
k - Move up
l - Move right
w - Move to the start of the next word
b - Move to the start of the previous word
e - Move to the end of the word
0 - Move to the beginning of the line
$ - Move to the e...
croniumx.hashnode.dev7 min read
Sahil Naik
DevOps & Engineering
Indeed, learning Vim is a superpower. Great blog to start with.