Drowned Sound

@drownedsound
1 Followers
17 Following
2 Posts

Why Vim uses hjkl for moving the cursor.
https://catonmat.net/why-vim-uses-hjkl-as-arrow-keys

#vim #unix

Here is why vim uses hjkl keys as arrow keys

I was reading about vim the other day and found out why it used `hjkl` keys as arrow keys. When Bill Joy created the vi text editor he used the ADM-3A terminal, which had the arrows on hjkl keys. Naturally he reused the same keys and the rest is history. Here is how the `hjkl` keys looked. ADM-3A keyboard's hjkl keys...

I wrote an article today about using JSON Web Encryption on Golang REST APIs. I am new to Golang so I would really love to get your thoughts. Let me know what you think in the comments section. Cheers! 👍 https://dev.to/drownedsound/hardening-rest-apis-using-json-web-encryption-jwe-27a7 #golang #go #jwe #security
Hardening 🚀 REST APIs Using JSON Web Encryption (JWE) 🔐

Problem As evidenced by recent engagements, customers in the 💰 financial services space...

DEV Community