There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

NOOBMASTER ,

isn’t there a separate instance for memes?

unknowing8343 ,

In every post of this kind I am amazed at so many people using nano instead of micro which is SO MUCH BETTER while being the same thing at the same time.

ObsidianZed ,

When you help manage thousands of servers with vim and nano already installed, it’s just faster to use one of those than installing something else nearly ever single time.

I prefer nano for quick edits of small files, but vim for hunting down things in larger files.

unknowing8343 ,

Or you can preinstall micro like you preinstall everything else 😅

RandomlyRight ,

I’ve discovered it just a few days ago and now use it on all my machines

Fizz ,
@Fizz@lemmy.nz avatar

I started on Emacs and then didn’t use it for a few years and forgot everything so now I’m stuck on Nano. But that’s fine because nano does everything I want it to do.

AnUnusualRelic ,
@AnUnusualRelic@lemmy.world avatar

The first time I found myself in nano was when testing a distro fifteenor twenty years ago. I had to edit some files and it was the only available editor. The damn thing was a horror to use. I still have no idea who it caters to. I haven’t had to use it since though.

Jean_le_Flambeur ,

Dunno what you used, but nano is literally a text editor that may be simple simple but it just works. Shortcuts are shown to the user, buttons work like you expect them to (arrow keys, ESC, shift, etc)

With vim you open it and if you haven’t read 5pages of doc you won’t even be able to close it again. I see that its useful for power users, but for casuals who just want to edit a config once in a while nano is absolutely the way to go imho

MonkderVierte ,

There’s always ed for masochists.

imouto ,

Ed, man! !man ed

ReCursing ,

Ugh, I swear vi and it’s derivatives are the absolute worse text editors going. There may have been reasons thirty or forty years ago, but now it’s just complexity and a weird ui for the sake of it

matthewmercury ,

I use VS Code on the desktop nowadays, but vi will always be my editor of choice in a terminal. Many of the reasons it was powerful and ubiquitous 30 years ago are still valid, so it’s still powerful and ubiquitous. And I’ve been using it for thirty years, so why would I switch to a training-wheels editor?

ReCursing ,

Because you want to get out of your Stockholm syndrome?

matthewmercury ,

Stockholm Syndrome was never real, it was made up to explain a situation where hostages recognized an injustice and refused to perpetuate it, so cops called them crazy. So sure, if you call me crazy for my affection for a tool that has served me well for decades, I’ll consider you a cop.

ReCursing ,

Okay… because you refuse to actually look at whether there are better options than the absolute trash you are using because you are used to it

BaroqueInMind ,

I’ve used other options and carefully elaborated them all, vim remained a superior tool.

kuneho ,
@kuneho@lemmy.world avatar

I like nano tho it has some strange shortcuts

kautau ,

micro has some improvements and default shortcuts that are much closer to common GUI text editors

micro-editor.github.io

Varyag ,

oohh that is nice, I think I’ll swap my nano to that.

Kaput ,

Isn’t this supposed to be VIM vs Emac? What’s is there point to be programming in the terminal anyway? Nano is good to fix some config files while your are in there, but if I needed to do real programming I’ll be finding something that works in the GUI.

Zozano ,
@Zozano@lemy.lol avatar

Did you just say GUI?

More like ewwwie.

deuleb_biezelbob ,
@deuleb_biezelbob@programming.dev avatar

Its GNUI

Zozano ,
@Zozano@lemy.lol avatar

What you’re referring to as GNUI, is in fact GNUI/Linux or as I’ve recently taken to calling it, GNUI plus Linux.

roguetrick ,

GNUssy

cakeistheanswer ,
@cakeistheanswer@lemmy.dbzer0.com avatar

Efficiency.

There’s 0 chance if you have to pick up your mouse that you can keep up with a Unix gray beard.

That’s just editing, if they’re from the emacs era there might be nothing you can do with text faster across their whole system.

I like vscode as a entry point, but if you care to get faster learning just vim motions and sys utils alone is going to cut time from the process.

Kaput ,

Oh it’s about speed. What’s the one that get your brain to be faster at programming? I use 4 fingers typing and am still typing much faster than I can think.

cakeistheanswer , (edited )
@cakeistheanswer@lemmy.dbzer0.com avatar

Definitely worth running through vim tutor at least once.

It’s beyond typing speed, things like piping out strings to utilities is using one program to write another, you aren’t just getting faster because of access, it’s a paradigm shift.

Edit just for fun: im a non Dev dummy who happened to grow up in a Unix household. Even having dropped vim for helix and bounced around the MS admin/Apple IT space for 30+ years. When I switched to Linux I could still remember binds I’d set up and last used at 9.

Kinda like riding a bike.

corsicanguppy ,

supposed to be VIM vs Emac?

30 years ago it was vi vs everything. I don’t see it changed today.

RxBrad ,
@RxBrad@infosec.pub avatar

The Holy Trinity: VIM, Arch, and Rust

A7thStone ,

That’s a weird way to spell Vim, Arch, and C

amw3i7dwgoblinlabs ,
@amw3i7dwgoblinlabs@lemmy.world avatar

Seems you have a little typo, Emacs, Arch, and C

krakenfury ,

Fixed it for you: VSCode, Red Star OS, and sh

Telorand ,

Fixed it for you: Emacs.

MidsizedSedan ,

I once fixed my bashrc file with libreoffice

deuleb_biezelbob ,
@deuleb_biezelbob@programming.dev avatar

calm down satan

voracitude ,

I regularly fix my bashrc file with Notepad. I run it in Wine because I cbf to RealVNC from my Windows CE media server.

(n.b: None of this is real, I wrote it to upset people, I’m sorry)

riodoro1 ,

Well let me upset you.

Ive been helping my coworker on a call and he was sharing his screen. I told him to edit a file (add a line) on a linux box we develop and he copied the file to his windows host with winscp, edited it in notepad and copied it back. I fantasize about killing him ever since.

voracitude ,

That’s crazy! At my job, I just help our users. I don’t have to build (and then maintain) infrastructure with them.

SexualPolytope ,
@SexualPolytope@lemmy.sdf.org avatar

I prefer Office 365 online.

socsa ,

Vim is way easier tho

GustavoM ,
@GustavoM@lemmy.world avatar

Nano is my “daily drive”, but I’d use vim as well – takes a couple seconds to search for “how to type in linux vim” and “how to save a file in linux vim” anyways. :^)

riodoro1 ,

Average vim user: vim is easy.

Also average vim user: literally hours of reading tutorial pages on how to use vim.

barsquid ,

It is easy, though? I cannot even use it correctly. I just know some of the commands and that if you hold down shift it goes backwards.

Voytrekk ,
@Voytrekk@lemmy.world avatar

I’m a vim user and I would say it’s not. It’s very powerful, but only once you become familiar with the commands.

Nano is a better default for the average user because it works in a way most users would expect for a text editor to work.

Telorand ,

Allow me to present to you my Ultimate Guide to Emacs.

RedWeasel ,

Worst is when installing a new distro(usually in a vm ) and it defaults to nano and for some weird reason no vi of any sort is installed. I hated nano. Last time I intentionally used something like nano was the 90s with pine I think.

prole ,

What is there to hate? I don’t really understand. It does what it says on the package, and seems to do it pretty well. At least with respect to making small and quick edits to config files in the command line.

RedWeasel ,

My fingers don’t speak it is the problem.

prole ,

Pardon?

ramble81 ,

I’ve come to the conclusion, people who use vim just continue to do so out of a stubborn sense of pride for finally learning the key combinations.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines