this post was submitted on 02 Feb 2024
301 points (95.7% liked)

Programmer Humor

31333 readers
952 users here now

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

Rules:

founded 4 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] SomeBoyo@feddit.de 38 points 5 months ago (1 children)
[–] PlexSheep@feddit.de 8 points 5 months ago
[–] OpenStars@startrek.website 24 points 5 months ago (1 children)

Just bc vim is superior? (/s :-P)

[–] electric_nan@lemmy.ml 6 points 5 months ago (1 children)

What's that at the end of your comment? Is that how you close vim??

[–] OpenStars@startrek.website 5 points 5 months ago

You don't ever close vim. You pray to the gods and hope that vim chooses to quit for you. (technically accurate if you think about it - i.e. otherwise you leave swap files all over the place:-P)

And hope that you do not mess up and summon a daemon instead:-P.

[–] azimir@lemmy.ml 18 points 5 months ago (1 children)

If an IDE doesn't have vi key bindings it isn't going to be used by me. That's what finally get me to change from terminal only dev to vscode. Until I found the vi editing extension the IDE wasn't of interest.

Yes, vi is just that good.

I hear emacs bindings are also great, but I just know how to save and exit from emacs.

[–] drew_belloc@programming.dev 4 points 5 months ago (1 children)

I use doom emacs and have to say, it takes everything that I like about vim and adds to emacs, plus a lot of useful features that i would have to install myself otherwise that can be enable by just uncommenting a feel lines in the config file.

It's can feel a bit bloated at first but allows me to have the perfect IDE (for me at least) in a matter of minutes.

And the best of all is that I don't need to use the emacs keybinds if I don't wanna (and I don't).

[–] azimir@lemmy.ml 3 points 5 months ago

One of the interesting aspects of humanity is how much people like given text editing methods. There's a handful of approaches and after learning one or two, people really figure out what works for them.

I am more than happy to say I like vim, but in the end you should use what you like best. Just done be surprised when I can write and edit a ton of text really fast while your nano session is comfortable, but slow.

[–] littletranspunk@lemmus.org 13 points 5 months ago (2 children)
[–] NovaPrime@lemmy.ml 21 points 5 months ago (1 children)

Go sit in a corner and think about what you've done

[–] littletranspunk@lemmus.org 6 points 5 months ago (1 children)

I will and I will exit nano easily

load more comments (1 replies)
[–] gladflag@lemmy.ml 7 points 5 months ago

They’re racing to be the first to make a joke about being hard to quit.

[–] Cypher@lemmy.world 7 points 5 months ago (6 children)

This is bound to be an unpopular opinion here but I hate vim.

Shortcuts in vim make no sense whatsoever. They’re not the fastest possible shortcuts nor are they intuitive.

Sure it’s got useful features if you let the awful design brow beat you into memorising an absurd number of shortcuts that lack any form of logic.

You could have a cheat sheet on another monitor but at that point why not have an editor that has a gui.

[–] OpenStars@startrek.website 11 points 5 months ago (1 children)

The reason is b/c vim predates GUIs. Yes, as in all of them:-D. (Or rather, its predecessor vi did and vim unlike others very much remained true to its origins)

Even now, there are many places e.g. when doing server maintenance or accessing a compute cluster via SSH, sometimes you do not have a handy GUI environment accessible, at which point your choices become extremely limited, and it helps that vim has been installed on every Unix-i/Linux-ish machine since the 80s.

GUIs are superior, ofc, when they work. On a daily basis I even use a GUI for vim - MacVim (for Windows there used to be Cream but I am very out of date there), and there is always gVim. I could use something else but I am familiar with vim and it is EXTREMELY powerful - e.g. I could indent 100,000 lines in the middle of a file without having to manually select all of them at once first, or better still only do the indentation based on matching a pattern.

It is very advanced, and thus not for everyone, and even those of us that use it often prefer the GUI way for simple tasks like select a contiguous block of 5 lines, but it offers the benefit that it works in the widest possible number of scenarios - e.g. more than nano. emacs does too, except its commands are so configurable that the X-windows GUI number 1, X-windows GUI number 2, and command-line versions all use entirely different shortcuts, so a cheat sheet would not help. vim offers consistency that, afaik, is absolutely unmatched anywhere.

Now you know:-).

[–] docAvid@midwest.social 3 points 5 months ago (1 children)

Even when Emacs had two GUI versions, the default keys were pretty much the same between them, as far as I recall, excepting features missing from one or the other. For a very long time now, it's all been reconciled as GNU Emacs, anyhow, whether CLI or XWin GUI, or even on a Mac or (shudder) MS Windows. I just use my local running Emacs, with my preferred configuration, to edit files anywhere, such as inside a running container on a remote server in AWS, so it's pretty consistent for me.

load more comments (1 replies)
[–] drmeanfeel@lemmy.world 3 points 5 months ago (1 children)

I was shoved into Linux by a nearly dead HPC expert who was definitely angry about the advent of electricity.

Wasn't given any indication of a text editor, I ran across vim for one reason or another and enjoyed his Palpatine-like reaction from seeing me using vim enough to keep using it. And if you're enjoying something, why not

But yeah, it has some drawbacks lol

[–] pineapple_santa@feddit.de 3 points 5 months ago

Having a mentor like this is unfathomably valuable. The kind that knows exactly when a printer problem should be fixed with a sledgehammer and are not afraid to apply the “fix”.

[–] uis@lemmy.world 2 points 5 months ago

You can change shortcuts

load more comments (3 replies)
[–] 1984@lemmy.today 6 points 5 months ago (1 children)

I used to use a lot of nvim but actually went to Jetbrains now at work... It's just a lot easier to work with for teams.

[–] flashgnash@lemm.ee 2 points 5 months ago (1 children)

Can you not get an nvim extension? There's one for Vscode that works very well and even uses your existing nvim config

[–] mac@infosec.pub 3 points 5 months ago (3 children)

What does it carry over from your swim config? What are the benefits of using Nvidia inside of VSCode as opposed to just nvim?

load more comments (3 replies)
[–] SanndyTheManndy@lemmy.world 5 points 5 months ago (3 children)
[–] QuazarOmega@lemy.lol 7 points 5 months ago

not yet!

..but soon hopefully, already my second in command alongside VSCodium

[–] PlexSheep@feddit.de 5 points 5 months ago

Neovim is the pinnacle of editing. I have seen the light.

[–] fl42v@lemmy.ml 5 points 5 months ago (2 children)

By having no plugin support or something?

load more comments (2 replies)
[–] Crow@lemmy.blahaj.zone 5 points 5 months ago

Vim actually has a surprising ammount of features already built in, you don't even really need any Plugins. It has a file browser, terminal emulator, and window tiling built in

[–] xmunk@sh.itjust.works 5 points 5 months ago

I only use nano

[–] sorrowl@lemmy.blahaj.zone 4 points 5 months ago (1 children)
[–] flashgnash@lemm.ee 4 points 5 months ago (3 children)

Helix is great except when you switch to vim for whatever reason and everything is backwards

load more comments (3 replies)
[–] ParsaRanjbar@khiar.net 3 points 5 months ago (1 children)
load more comments (1 replies)
[–] WeirdGoesPro@lemmy.dbzer0.com 2 points 5 months ago (1 children)

Someone here will know—why shouldn’t I use nano.

[–] mac@infosec.pub 2 points 5 months ago (1 children)

If it works for you. Go ahead

[–] WeirdGoesPro@lemmy.dbzer0.com 3 points 5 months ago (1 children)
[–] mac@infosec.pub 2 points 5 months ago (1 children)

Why? What's wrong with your nano usage? Is it becoming a problem?

[–] WeirdGoesPro@lemmy.dbzer0.com 2 points 5 months ago* (last edited 5 months ago) (4 children)

Ever since I left VI, I just haven’t felt the same. My nano has definitely persisted for more than 4 hours.

load more comments (4 replies)
load more comments
view more: next ›