1833
vim (feddit.de)
top 50 comments
sorted by: hot top controversial new old
[-] TheOhNoNotAgain@lemmy.world 101 points 1 year ago

Not a don't know how to exit vim joke? Refreshing!

[-] luciferofastora@discuss.online 43 points 1 year ago

I didn't think that kind of joke would ever :q

[-] Jumuta@sh.itjust.works 17 points 1 year ago

ERROR: No write since last change

[-] SiblingNoah@lemmy.world 6 points 1 year ago

Oh F it. I’ll just reboot.

load more comments (1 replies)
[-] luciferofastora@discuss.online 4 points 1 year ago

Open another terminal killall vim

load more comments (1 replies)
[-] neveraskedforthis@lemmy.world 55 points 1 year ago
[-] starman@programming.dev 16 points 1 year ago

a has been squashed

[-] zephyr@lemmy.world 54 points 1 year ago

Vim keybindings aren't memorization as much as they are muscle memory.

[-] kmacmartin@lemmy.ca 16 points 1 year ago

So true- I was talking to someone about vim the other day and wanted to tell them the keybinding for something I use daily, but had no idea what it was without a keyboard there for reference.

[-] curiousaur@reddthat.com 41 points 1 year ago

JSON is the worst name to use in this comic since it fits right in there.

[-] Dirk@lemmy.ml 33 points 1 year ago

May I introduce you to Neovim? It has Lua. Learn Lua now.

[-] Jumuta@sh.itjust.works 18 points 1 year ago

i like my arrays starting from 0 thank you

[-] Dirk@lemmy.ml 5 points 1 year ago

I like my arrays iterable, that’s all I need to know. No matter if the index is 0, 1, 'foo', or a serialized array (oh wait, no, that’s PHP).

[-] lord_ryvan@ttrpg.network 3 points 1 year ago

That's not an array, that's a string.
Someone is converting an array to a string and is using that as key.

A lot of languages could do it, and none of them should.

load more comments (3 replies)
[-] j4k3@lemmy.world 13 points 1 year ago
[-] Dirk@lemmy.ml 5 points 1 year ago

Learn Lua on Hawaii just to configure your editor! Join the group!

[-] mdhughes@lemmy.ml 9 points 1 year ago

I know Lua. Lua is why I won't use neovim.

load more comments (2 replies)
[-] Franzia@lemmy.blahaj.zone 3 points 1 year ago* (last edited 1 year ago)

I love Lua. Can I do anything useful with it?

I don't know a language. Some sort of decision freeze. I've tried Lua, C#, Linux BASH, and Java. I went from learning C# to homelabbing proxmox. I have more success learning IT stuff.

Also I haven't used Vim or Emacs, but I used to rebind ALL of my keys in every game I played. I deeply love keybinding and using the keyboard rather than the mouse.

[-] ceuk@feddit.uk 31 points 1 year ago

This is still my favourite vim-related meme. So fucking funny

[-] LostDeer@infosec.pub 24 points 1 year ago

This feels like me, especially when I have six different splits in a full screen terminal screen between vim and tmux and someone asks how I'm doing that.

[-] Ricaz@lemmy.ml 15 points 1 year ago

I work primarily in tmux and even in an IT department, people regularly say something along the lines of "woah are you hacking?"

[-] SaltyIceteaMaker@lemmy.ml 14 points 1 year ago

"How are you doing this?"

"Yes"

[-] sLLiK@lemmy.ml 7 points 1 year ago

At times, I've also juggled (in addition to vim and tmux) hotkeys for my current tiling WM of choice and extra hotkeys to swap between machines via barrier. I'm not sure how I'm able remember what I had for breakfast, much less someone's name.

[-] denast@lemmygrad.ml 17 points 1 year ago

I prefer the version of this meme where he tries to :q! the conversation by saying it

load more comments (1 replies)
[-] Bonifratz@feddit.de 16 points 1 year ago

I have no idea what this is about but I love the meme template.

[-] MajorHavoc@lemmy.world 13 points 1 year ago

You may enjoy Vim Adventures to get some context - and it's pretty fun. It teaches the wild and powerful keybindings for the Vim text editor, but in the form of an online typing game.

[-] TopRamenBinLaden@sh.itjust.works 4 points 1 year ago* (last edited 1 year ago)

Vim Adventures is cool, but you can't get very far into it without a subscription. PacVim is free and also effective at teaching some Vim commands.

load more comments (1 replies)
load more comments (1 replies)
[-] BarryZuckerkorn@beehaw.org 11 points 1 year ago

Vim is a text editor that works in a command line and therefore doesn't require a graphical interface or windowing system, or anything like a mouse or trackpad or touch interface. It has a whole system of using the keyboard to do a bunch of things really efficiently, but the user has to actively go and learn those keyboard shortcuts, and almost an entire language of how to move the cursor around and edit stuff. It's great once you learn it, so it creates a certain type of evangelist who tries to spread the word.

This meme template is perfect, because the vim user really did learn a bunch of stuff, and then wants to try to convince other people to do the same, using a pretty unpersuasive rationale (not using a mouse while programming).

[-] lolgcat@lemmy.ml 14 points 1 year ago

This is the best vim meme I've ever seen. I'm dead

[-] HiddenLayer5@lemmy.ml 12 points 1 year ago

Speaking of, can anyone recommend an AutoHotKey alternative for Linux on Wayland?

[-] finestnothing@lemmy.world 6 points 1 year ago

There's also autokey, similar to autohotkey but with Python. I haven't had to use it for much but I didn't have any issues when I used it for some RuneScape autogrinding

load more comments (1 replies)

I laughed way too hard at this 😂

[-] sznio@lemmy.world 7 points 1 year ago* (last edited 1 year ago)

That meme's been on the front page every day for the last week. Did karma farming bots make their way here?

[-] c0mbatbag3l@lemmy.world 4 points 1 year ago

There's just not a lot of content lol

[-] MeanEYE@lemmy.world 7 points 1 year ago

Had this been emacs it would have been funny. But with Vim you don't remember key bindings. Vim has operations and motions. Few od each and they are combined.

[-] lukas@lemmy.haigner.me 3 points 1 year ago* (last edited 1 year ago)

No, not really. People say that Emacs is self-documenting for a reason. You only need to remember how to ask Emacs for information, whatever that information may be. Commands, key bindings, manuals, etc.

[-] mounderfod@lemmy.sdf.org 4 points 1 year ago
[-] Haus@kbin.social 4 points 1 year ago

100% agree. Emacs macros take much more space.

[-] wewbull@feddit.uk 6 points 1 year ago

...but we have org-mode so we can take notes about things like friends and family.

[-] sLLiK@lemmy.ml 5 points 1 year ago* (last edited 1 year ago)

Vim/Neovim has orgmode too, these days 🤪

[-] MajorHavoc@lemmy.world 3 points 1 year ago

I felt a pang of regret in reading this - about the grain of truth for it in my life.

I've filed that pang of regret in an appropriate text file for consideration later.

load more comments (1 replies)
[-] Andrew15_5@mander.xyz 3 points 1 year ago* (last edited 1 year ago)

It's only like that when you've learned them recently. Now I need to learn Rust. You also have to remember a ton of shortcuts in many GUI editors.

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 29 Aug 2023
1833 points (98.4% liked)

Programmer Humor

32050 readers
1418 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS