this post was submitted on 07 Oct 2023
359 points (90.0% liked)

Linux

48331 readers
813 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I get that it's open source provided you use codium not code but I still find that interesting

you are viewing a single comment's thread
view the rest of the comments
[–] krimson@feddit.nl 33 points 1 year ago (2 children)

Neovim user here. Granted it takes some time to setup properly but it’s really fast with navigating through files, lsp functions and doing a search in thousands of files.

I found vscode too slow and bloated for my taste.

[–] flashgnash@lemm.ee 1 points 1 year ago (6 children)

Having come from full fat visual studio and using fairly fast machines VS code is a breeze to use.

Though I can't imagine it can compare to commandline stuff in that regard obviously

Is there much reason to learn vim nowadays? I was under the impression it's mostly around for people who got used to it back in the day

[–] steeznson@lemmy.world 10 points 1 year ago (7 children)

Knowing vim is pretty essential for working on servers. My usual setup is ssh + tmux + vim. I suppose you could substitute nano for vim if it's installed.

[–] debil@lemmy.world 7 points 1 year ago

I know I couldn't.

[–] flashgnash@lemm.ee 3 points 1 year ago

I've not run into a server without nano installed yet and it's perfectly serviceable if all I need is to edit one value in a config file

load more comments (5 replies)
[–] debil@lemmy.world 6 points 1 year ago

If you have to ask, maybe not. But if you're mostly "keyboard driven", code and edit files a lot, it's (vim or neovim) very much worth trying out.

[–] krimson@feddit.nl 5 points 1 year ago (1 children)

For me personally I am most productive in Neovim. But if you can’t be arsed to fiddle around with config files to get things set up it’s probably not worth the effort.

Use what works best for you.

[–] flashgnash@lemm.ee 1 points 1 year ago

I think I'll probably end up doing it regardless because I have a weird urge to make everything as difficult and custom as possible

Got used to gnome, finally got it just how I liked it then threw it out for hyprland

[–] ebits21@lemmy.ca 5 points 1 year ago

It’s great if you get used to it and put in the time to set it the way you want it. I find IDE’s very bloated.

[–] nickwitha_k@lemmy.sdf.org 1 points 1 year ago (1 children)

As noted by others, if you do work on remote hosts, it's priceless. That's how I got used to it and I now find VSCode slow and unintuitive.

[–] flashgnash@lemm.ee 1 points 1 year ago

Vscode can actually run over ssh but you need to install the Vscode server which is not ideal for some

load more comments (1 replies)
[–] h_a_r_u_k_i@programming.dev 1 points 1 year ago

Just the matter of taste. For some users who want to get to code quickly, they use VSCode without the hassle. For some power users who want to have extreme extensibility, they use Emacs/Vim.