52
Followers
92
Posts
vonheikemen.hashnode.dev
So it turns out vim has an "easy mode." Who knew? That will be the topic today, we will learn what's the deal with this mode, we'll figure out how to …
jo.hashnode.dev
It's happened to us all. There you are, successfully navigating the black box of doom, a.k.a. The Terminal, showing off those nifty "mkdir" and "ls" s…
cliarie.hashnode.dev
Did a lot of stuff but too lazy to write (basically edited all code to suit python3) spent an hour on a bug that didn't exist !!!! worst thing to ev…
pradeep13.tk
The first question that we need to answer is what text editors are actually out there. And Stack Overflow really helps us here because they did a poll…
blog.harshitsaini.com
These commands work in command mode. Esc is used to exit insert mode and enter command mode. 1. Move Cursor j - down k - up h - left l - right 8j -…