this post was submitted on 05 Jul 2023
2166 points (98.8% liked)

Programmer Humor

19197 readers
1236 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dilawar@lemm.ee 36 points 1 year ago (2 children)

a pro vim user watching a vim noob using arrow keys.

[–] Quill7513@slrpnk.net 58 points 1 year ago (4 children)
  • Using “cmd+f” to search terminal buffers instead of /
  • Using :wqa! and then reopening the editor instead of just using :w
  • Deleting an entire line by hitting x repeatedly
  • Adding to the end of a like by pressing i and then the right arrow key until they're at the end of a line
[–] LedgeDrop@lemm.ee 19 points 1 year ago

STOP! You're scaring the children!

[–] tool@r.rosettast0ned.com 15 points 1 year ago (1 children)

Deleting an entire line by hitting x repeatedly

The first time I ever touched Double Ds was in vim.

It's all fun and games until someone does ddO instead of using S ;(

[–] naught@sh.itjust.works 9 points 1 year ago (2 children)

I've heard some people even use :wq over :x

[–] CodeBlooded@programming.dev 11 points 1 year ago (2 children)

….I’ve been using :wq for years…

[–] naught@sh.itjust.works 7 points 1 year ago

Repent! Imagine all of the wasted productivity! Ahhhhhhhhh

[–] PseudoSpock@lemmy.fmhy.ml 5 points 1 year ago (2 children)
[–] tool@r.rosettast0ned.com 4 points 1 year ago (1 children)

That sounds like emacs-user talk. We don't take kindly to you folks around these parts...

[–] PseudoSpock@lemmy.fmhy.ml 2 points 1 year ago

It’s straight up vi, bro.

[–] lavafroth@programming.dev 2 points 1 year ago

This is the way

[–] Quill7513@slrpnk.net 2 points 1 year ago

Compositions don't bother me. Repititions do

Those last two made me physically recoil wtf

To be fair, I use arrow keys and I've been using vim for years. I happen to use Dvorak, so hjkl is... inconvenient (jk are where cv are on qwerty, h is where j is, and l is where p is). I could remap, but I'm used to other shortcuts.

I almost never use hl, but I use jk periodically. I just happen to use other movements more.