511
submitted 3 weeks ago by hylobates@jlai.lu to c/linuxmemes@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] cmgvd3lw@discuss.tchncs.de 90 points 3 weeks ago
[-] CrayonRosary@lemmy.world 12 points 3 weeks ago

The full name is VScodium. https://vscodium.com/

Codium is a genus of edible green macroalgae.

load more comments (3 replies)
[-] Lemjukes@lemm.ee 8 points 3 weeks ago

Ooooh thank you for reminding me I need to make this switch

load more comments (2 replies)
load more comments (1 replies)
[-] flamingos@feddit.uk 81 points 3 weeks ago

If Vim is so good, then why can't you browse Lemmy from it?

This meme was made by the Emacs gang.

[-] Badland9085@lemm.ee 40 points 3 weeks ago

Because unlike emacs gang, we don’t need to build an OS to browse Lemmy.

How bout you go back and let your friends know that if they’re in need of a good editor, try Vim ;)

[-] django@discuss.tchncs.de 17 points 3 weeks ago

Vim needs are met by using Evil-Mode. You don't have to leave Emacs for this.

[-] Badland9085@lemm.ee 39 points 3 weeks ago

As a poke at Emacs' creeping featurism, vi advocates have been known to describe Emacs as "a great operating system, lacking only a decent editor".

https://en.wikipedia.org/wiki/Editor_war

:P

load more comments (1 replies)
[-] flamingos@feddit.uk 11 points 3 weeks ago

How bout you go back and let your friends know that if they’re in need of a good editor, try Vim ;)

If my friends wanted a good editor, then I wouldn't recommend a Vimitor, I'd recommend ed, the standard text EDitor :p

load more comments (1 replies)
[-] PotatoesFall@discuss.tchncs.de 48 points 3 weeks ago* (last edited 3 weeks ago)
[-] itslilith 12 points 3 weeks ago
[-] joytoy@discuss.online 7 points 3 weeks ago

👋 present!

load more comments (1 replies)
[-] slazer2au@lemmy.world 33 points 3 weeks ago

Meanwhile, James rocks up with Notepad++

[-] nicknonya 12 points 3 weeks ago

smh real programmers use magnetized needles on tape

[-] activ8r@sh.itjust.works 20 points 3 weeks ago
[-] circuitfarmer@lemmy.sdf.org 6 points 3 weeks ago

The Fiat Panda of text editors

[-] scottmeme@sh.itjust.works 29 points 3 weeks ago
[-] alsaaas@lemmy.dbzer0.com 34 points 3 weeks ago

I use neovim btw

[-] r00ty@kbin.life 14 points 3 weeks ago

I use vim, aliased to vi, on Arch btw.

[-] Duke_Nukem_1990@feddit.org 23 points 3 weeks ago

Have been a professional software engineer for 8 years now. Have yet to find a reason to use vim for anything (other than availability of course, but if nano isn't installed for some godforsaken reason I have other problems lol).

[-] toynbee@lemmy.world 29 points 3 weeks ago* (last edited 3 weeks ago)

I've been in various forms of coding and administration for around fifteen years now. Despite trying lots of editors, I have yet to find a reason to use anything but vim.

I do like obsidian for note taking.

edit: Removed typo.

[-] chellomere@lemmy.world 21 points 3 weeks ago

Professional software engineer here, using vim as my primary editor.

[-] AntY@lemmy.world 13 points 3 weeks ago

Vim is a way more competent editor than nano. If you spend a lot of time editing files via ssh, vim is amazing. And when you get bitten by it, you’re infected. ;-)

[-] CubitOom@infosec.pub 6 points 3 weeks ago

I used to think this way. Until I found that with emacs you can edit any file on an SSH enabled computer remotely. Meaning that not only are you no longer constrained by what the computer has installed. But you can use your personality configured editor while editing that file. It's called tramp.

BTW, with Emacs you can use vim key bindings evil-mode, so don't stress about that.

[-] folkrav@lemmy.ca 10 points 3 weeks ago

Tramp is more featured, but if all one cares about is being able to edit remote files using a local editor, vim can edit remote files with scp too: scp://user@server[:port]//remote/file.txt

I tried tramp-mode at some point, but I seem to remember some gotchas with LSP and pretty bleh latency, which didn't make it all that useful to me... But I admittedly didn't spend much time in emacs land.

load more comments (1 replies)
load more comments (3 replies)
load more comments (1 replies)
[-] udon@lemmy.world 22 points 3 weeks ago

tbh, one of the essential things vim gets right for me is that it's designed as a text editor, not (only) a code editor. I use it for so much non-code text as well, but it feels weird opening a coding tool for such things.

[-] Lettuceeatlettuce@lemmy.ml 12 points 3 weeks ago

I plan on moving to a nice Neovim setup eventually, but VSCodium is so convenient out of the box for a baby developer like me.

[-] Integrate777@discuss.online 6 points 3 weeks ago* (last edited 3 weeks ago)

You'll be glad to know that the difficulty comes from the syntax and very little from any programming skill level. You learn new ways of writing certain code structures like indented curly braces for example. Programming python might be easier than cpp in vim, not due to the language, but just cpp having more complex syntax to type.

Tldr, almost exactly the same amount of effort whether you've been coding for two weeks or two years.

[-] NeilBru@lemmy.world 11 points 3 weeks ago
[-] Nester@feddit.uk 6 points 3 weeks ago

Just out of interest, what are the reasons someone would move from neovim to helix?

[-] count_duckula@discuss.tchncs.de 8 points 3 weeks ago

I switched after development ended on the package manager I was using on neovim. I didn't at that moment want to simplify my vimconfig, so I looked into helix.

Helix highlights the action you take, so if for example, you are deleting 5 lines, you select the lines first then hit delete. Sometimes the vim actions end up taking fewer keystrokes though. And I still prefer some ways vim does things. And I don't always agree with the kakoune inspiration of helix (I haven't used kakoune, just going by what the docs say) - for example, movement always selects text which I then have to unhighlight.

But the biggest reason I stuck to helix was sane LSP defaults out of the box with minimal config. I was tired of having to fix LSP related bugs in my vim config after package updates.

TLDR: saner defaults for helix + lazy to fix my bloated vimconfig.

[-] lime@feddit.nu 7 points 3 weeks ago* (last edited 3 weeks ago)

i have sort of done this. the main thing is that the reversed object-verb command model just... latches onto your brain. this is from kakoune of course, but it just makes a lot of sense coming from vimland. multicursor is also nice because it removes some modes, meaning there is less state to keep in your head. finally, the plug-and-play nature of helix means you can have an lsp-enabled environment from the word go, with no configuration.

load more comments (1 replies)
[-] fxomt@lemm.ee 6 points 3 weeks ago

Immediately after you install helix, you can start working, no config required. It's really nice.

It also has OOTB LSP, unlike in neovim where you have to setup manually for each installed LSP, helix just detects it. I also personally think it has better keybinds than neovim.

But it still doesn't have a plugin system, and it's quite opinionated. They're both amazing, and great options. Just depends on what you want in an editor; customizability, or do you want it to just work.

load more comments (2 replies)
load more comments (1 replies)
[-] dogsoahC@lemm.ee 10 points 3 weeks ago

laughs in Emacs

[-] phoneymouse@lemmy.world 10 points 3 weeks ago* (last edited 3 weeks ago)

My professor was always trying to get us to use vim or eMacs over an IDE to write our C programs. I’m sorry, I like using a mouse. I know, I know, blasphemy. I’m taking a shortcut. I’m a noob.

When I absolutely have to, I go for vim, mostly because I know a few of the key bindings for it, but otherwise avoid it.

[-] BaumGeist@lemmy.ml 7 points 3 weeks ago

I’m taking a shortcut

more like a longcut. I save so much time and effort not having to switch my right hand between the mouse and keyboard constantly

[-] phoneymouse@lemmy.world 7 points 3 weeks ago

I keep my hands on my laptop and use my thumb on the track pad. My hands don’t leave the keyboard. I actually never use extra mice or extra keyboards.

[-] BaumGeist@lemmy.ml 12 points 3 weeks ago

track pad

it's okay, we're gonna make a plan and get you to safety. Pretend you're ordering a pizza. How many people are currently holding you captive?

load more comments (1 replies)
load more comments (1 replies)
[-] Sorse@discuss.tchncs.de 10 points 3 weeks ago

I feel like I’m the only person using KDevelop

[-] HStone32@lemmy.world 9 points 2 weeks ago

The amount of time my classmates have spent dealing with vscode crashing, freezing, breaking, etc is way beyond negligible. And yet, I'm the weird guy apparently for preferring vim and GCC.

[-] j4k3@lemmy.world 9 points 3 weeks ago

"But guys, gtfomp" - emacs

[-] TrickDacy@lemmy.world 9 points 3 weeks ago

It always surprises me how complicated some of the editor tooling sounds in threads like this. Obviously once you learn how to use these things they are powerful, but how do people have the patience to deal with all of that in the beginning? This is coming from a guy who writes scripts constantly to avoid doing tedious, error-prone things.

Also I keep seeing people say vscode is slow. One of the reasons I switched to it is that it's insanely fast compared to other editors I used (even those with far-inferior featuresets) 🤷‍♂️

load more comments (1 replies)
[-] dejected_warp_core@lemmy.world 8 points 3 weeks ago

I would argue that vim is fantastic for a lot of editing and coding tasks, just not all of them.

Where it utterly fails is with deep trees of files in codebases, like you see in Java or some Javascript/Typescript apps. Even with a robust suite of add-ons, you wind up backing into full-bore IDE territory to manage that much filesystem complexity. Only difference is that navigating and managing a large file tree w/o a mouse is kind of torture.

[-] ivn@jlai.lu 11 points 3 weeks ago

Fuzzy finding really shine for this use case, no need for a mouse.

[-] murtaza64@programming.dev 6 points 3 weeks ago

Once I got used to single-directory filetree browsing plus fuzzy finding, I have never been able to comfortably use a traditional filetree anymore. most of them are not designed for efficient keyboard use (vscode and intellij at least) and don't really help understanding the structure of the project imo (unless there arent that many files). For massive projects I find it easier to spend the initial effort of learning a few directory names and the vague structure using oil.nvim, and then eventually I can just find what I need almost instantly by fuzzy finding.

load more comments (1 replies)
[-] muse 8 points 3 weeks ago* (last edited 3 weeks ago)

That can't be right, the red car has a service manual and too many functioning assemblies for it to be VS.

[-] Bysmuth@lemmy.zip 8 points 3 weeks ago

Code and intellij have plugins available to use vim keybindings on them. I like this approach to get the best of both worlds

[-] lime@feddit.nu 8 points 3 weeks ago

the vim plugins are so bad... they only support the super basic stuff, as soon as you want flags with your search or chaining of commands they are useless

[-] SomethingBurger@jlai.lu 10 points 3 weeks ago* (last edited 3 weeks ago)

The neovim plugin for VSCode uses the actual nvim binary as a backend and supports all features.

load more comments (1 replies)
[-] CosmicTurtle0@lemmy.dbzer0.com 8 points 3 weeks ago

It's not the same. Granted it's been years since I used the vim plugin but last time I tried it couldn't even do standard find and replace.

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 09 Jan 2025
511 points (100.0% liked)

linuxmemes

22145 readers
491 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS