this post was submitted on 28 Feb 2024
18 points (68.0% liked)

Ask Lemmy

25987 readers
1533 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

I think the possible valid answers are: "vi", "emacs", "both", "seriously it's 2024", and " huh?"

top 41 comments
sorted by: hot top controversial new old
[–] [email protected] 24 points 5 months ago (2 children)

Personally nano

But who cares what you use as long as you are proficient.

[–] stoy 5 points 5 months ago

If nano or pico is installed I will use those, else vi

[–] [email protected] 4 points 5 months ago

Proficiency is absolutely key. I was troubleshooting a feature with a Jr the other day and asked him to search through the log out put (that was currently being displayed on his terminal). Unfortunately he was trying out a new emulator and didn't know how to actually search the output.

We went about it a different way, but at the end I just told him it didn't matter what tools he used as long as he actually knew how to do what's required with them and to please get that figured out for next time.

[–] [email protected] 22 points 5 months ago (2 children)

A Fediverse community for open-ended, thought provoking questions

[–] [email protected] 9 points 5 months ago

I swear to god like 90% of the questions I see on here have either one or two possible answers.

[–] [email protected] -2 points 5 months ago

Okay, but nobody paid any attention to my multiple choice anyway, and the responses are thoughtful.

[–] [email protected] 13 points 5 months ago
[–] [email protected] 11 points 5 months ago
[–] [email protected] 8 points 5 months ago (2 children)

I learnt Emacs years ago, it's very helpful to the day-to-day terminal use, however if I could go back I would learn Vi instead, it's better for pinky strain.

[–] [email protected] 4 points 5 months ago (1 children)

I really wish more text editors being actively developed in the present day would take advantage of the IBM CUA standard that has been embraced by Windows and (Desktop) Linux since basically the early 1990s.

[–] [email protected] 2 points 5 months ago

Interesting, I'd never heard of that before today!

[–] [email protected] 1 points 5 months ago

The 'general' package has basically fixed that for me:
https://github.com/noctuid/general.el

Makes it pretty simple to swap out most common emacs shortcuts for much more ergonomic alternatives.

[–] [email protected] 7 points 5 months ago

Butterflies

[–] [email protected] 7 points 5 months ago

emacs. If you want vim keybindings there is a mode in emacs called “evil-mode”. If sticking with pure emacs I recommend rebinding the caps lock key on your keyboard to control.

[–] [email protected] 6 points 5 months ago (1 children)

Vi for me for config, script, and text type files. Used to use emacs a lot for developing hobby stuff but prefer other IDEs now.

[–] [email protected] 4 points 5 months ago

Likewise, I use vi for sysadmin work, and a big IDE (VSCodium) for writing code.

[–] [email protected] 5 points 5 months ago (1 children)

Both because they are the ultimate tools in maneuvering a terrible, terrible development environment. For reference, Sigasi Studio costs 2,000$ PER YEAR, and it still doesn't work for our dev environment!

Let me paint a picture: Corporate job that won't let you download anything except whatever you can smuggle through a git checkout. It took a month to convince IT to download vim 9.0 on the server. The programming language? VHDL and SystemVerilog and UVM. Horrible language support that relies on proprietary compilers/simulators, and always the ones you aren't using. The one you are using is so obtuse that it has literally 50 configuration files for a single project. All of it is run with a janky python script with half of the flags not working. LSP support is out of the question since it dynamically pulls files from god knows where with at least 10 layers of ../ relative pathing.

All I can do on vim is

  • ctrl+p for fuzzy file finding and a massive blacklist of intermediate files to ignore,

  • a custom :Make command with custom errorformat that you can navigate through,

  • Universal Ctags with per library indexes to reference those far off files,

  • and a fuckton of grepping for when Go To Definition (ctrl+]) grabs the wrong location.

Vim's autocomplete is almost always good enough. If my laundry list of plugins break, I can literally fix them on the spot and even submit the merge request on github. If you take into consideration all of this configuration and learning effort, I still save hours of navigating through the hundreds of files I have to essentially reverse engineer. My coworkers are all electrical engineers and it shows They're using godforsaken nedit with no syntax highlighting...

[–] [email protected] 2 points 5 months ago

I threw up a little in my mouth.

[–] [email protected] 5 points 5 months ago

vi. I can tolerate vim if I have to. I don’t even know how to quit emacs.

[–] [email protected] 5 points 5 months ago
[–] [email protected] 5 points 5 months ago

Nano (pico). You shouldn't have to look at a quickref to save and quit a document.

Get in, make your changes, get out.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago)

Yes. And others.

[–] [email protected] 4 points 5 months ago

Kate and Notepad++

Why yes, I was an English major...

[–] [email protected] 4 points 5 months ago

Seriously, it’s 2024. Use vim

[–] [email protected] 3 points 5 months ago

Emacs with evil-mode. Best of both worlds

[–] [email protected] 3 points 5 months ago

I prefer (neo)vim because it uses the same bindings as vi, which is on every server with a decent OS since the 70s (except maybe some exotic ones like 9P). But emacs is also a good choice. So, I'm going to go with "both".

[–] [email protected] 3 points 5 months ago
[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

for me its clearly vim, the modal editing and the hotkeys are what makes vim great.

the power of emacs lies in customisation. and building your own setup.

i can use vim hotkeys in almost every ide/editor i need.

to use emacs, i need to set up emacs to do everything you need to do.

you can work like that,
but its not for me.

[–] [email protected] 2 points 5 months ago

No, thank you.

[–] [email protected] 2 points 5 months ago (1 children)

vi when I'm doing a minor configuration edit on a remote machine

Sublime Text when I'm doing anything bigger than that

[–] [email protected] 1 points 5 months ago (1 children)

This. Why bother with any of them unless you have to… I like to use my mouse. It isn’t 1985 anymore.

[–] [email protected] 1 points 5 months ago

Actually I prefer Sublime Text because of its keyboard shortcuts.

[–] [email protected] 2 points 5 months ago

Vi.

Honestly, Vim is too heavy for me. I wish I could get a reasonable text editor with:

  • No built-in programming languages.
  • Vi(m)-style modal editing and keys.
  • No GUI. Terminal is good, thanks.
  • Not a lot of moving parts.
  • Infinite undo. (I'm ambivolent about an undo/redo "tree" feature like Vim has.)
  • Visual mode like Vim has.
  • Simple syntax highlighting would be a plus, but not a must-have.
  • Stable. As in doesn't crash.

Vim fails on #1, #4, and #7. (It has syntax highlighting, but not simple highlighting.)

I usually just use the vi that is pre-installed on Arch Linux. (I use Arch Linux btw. Bite me. 😈) But it fails on #5, #6, #7, and #8. (It segfaults randomly a lot.) But I guess those issues haven't been deal breakers enough to make me switch to something else.

I have used nvi in the past. I ended up leaving it for the Arch pre-installed vi. Don't remember particuarly why now.

Maybe one day I'll write my own text editor and ascend to full neckbeardhood.

[–] [email protected] 2 points 5 months ago

Vim, I've not given emacs a fair try yet. At work I've got to use what I've got to use and neither is an option. At home the last thing I want to do is write more code.

When I do have a choice I'm not doing much more complicated things than editing a config file and anything more advanced than cat would do I guess.

[–] [email protected] 2 points 5 months ago

emacs

On my own system, but usually for remote work I use Vim as it’s easier to make usable

[–] [email protected] 1 points 5 months ago (1 children)

Any not ed? Back in the 80s I was working with a guy that did all his c programming in ed

[–] [email protected] 1 points 5 months ago

Ed is great but Ed is also a bit hard unless you're used to it

[–] [email protected] 1 points 5 months ago (1 children)

I respect Emacs but it's not for me. Neovim.

[–] [email protected] 0 points 5 months ago

Emacs would make a great operating system if it had a good text editor

[–] [email protected] 1 points 5 months ago
[–] [email protected] 1 points 5 months ago

Vim, or neovim if you want to put some leg work in for vi with modern features.