38
submitted 1 day ago by [email protected] to c/[email protected]

I purchased a license for Sublime a few years ago, when I seriously thought that the way forward for me was to continue working in IT. That didn't play out, so I'm now free to expunge one more piece of proprietary software from my life.

I've spent literally years at a time with modal text editors as a job requirement, and I know that I just don't work well with them. This is not to say that Vim and Emacs are anything less than excellent. This is a me problem and not a them problem.

The editors I've found that have worked best for me in the past are probably Textmate and Sublime. Notepad++ runs a close third, and there is a Linux port these days!

The one thing I will not do is Electron-based editors. Besides the enormous resource usage of having a browser instance fired up for them, I've had malware try to coopt the JS backends of Electron text editors in the past. (On an interesting short-term contract gig cleaning malware out of websites.) It's left me pretty gunshy, and I don't need extra stress.

I've been down the lists of editors at certain wikis, and experimented with several of them. Kate seems like the best GUI editor and Micro seems like the best terminal-based editor.

However, I've been living in a relative vacuum on this subject for more than a decade and would appreciate others' opinions.

top 26 comments
sorted by: hot top controversial new old
[-] [email protected] 2 points 12 hours ago

I use zed, I switched very quickly. Functions well enough.

[-] [email protected] 2 points 12 hours ago

I tried sublime but I very quickly moved to vim. If you don’t like using the keyboard for everything, you can enable mouse support.

[-] [email protected] 5 points 16 hours ago

KDE's Kate is pretty awesome

[-] [email protected] 2 points 13 hours ago

Kate is great, just make sure you go through its settings and turn on all the features you would need.

[-] [email protected] 1 points 13 hours ago

VS Code and its open sourced equivalent Code, are both excellent editors

[-] [email protected] 4 points 21 hours ago

Every time I try to do the same thing I just end up renewing my Sublime. I've spent hours configuring and trying other editors and I just can't do it in the end - Sublime is so fast, productive, bloat-free, and perfect. I'll be watching this though for next time, because I know I'll try again at some point. Good luck!

[-] [email protected] 1 points 16 hours ago

Zed, VSCode If you like Vim, try Helix

[-] [email protected] 15 points 1 day ago
[-] [email protected] 5 points 19 hours ago

Yeah, once in a while I get the idea that I should be using a 'fancier' text editor and go off and try something else, but I always end up back using Kate again. It does just what I need and doesn't get in the way, which is pretty ideal for me.

[-] [email protected] 9 points 1 day ago

Is emacs considered a modal editor?

[-] [email protected] 8 points 1 day ago

it's more of an operating system with a text editor included :p

[-] [email protected] 0 points 1 day ago

usually, yes. It can be used almost amodally, especially if you use the GUI interface, but there are some pretty important features that just can't be used without switching modes

[-] [email protected] 7 points 1 day ago

Typically modal refers to insert/normal mode.

Mode in terms of the file type is fairly standard across all editors.

So Emacs, VScode, Vim and Pycharm are the obvious choices.

Geany and Kate are options but they're not as nice to use.

See generally helix and zed.

[-] [email protected] 1 points 1 day ago

According to whom? It has no fucking beep mode, it's just there.

It has modes, but that doesn't make it modal.

[-] [email protected] 1 points 17 hours ago* (last edited 17 hours ago)

Yeah, normally the emacs/vi difference is considered to be "emacs is modeless, vi is modal".

That being said, it is true that basically all software is somewhat modal in limited senses.

  • Any software that can throw up an error dialog or similar has the "mode" where the dialog is present, where behavior is different. Emacs effectively does that, can ask to confirm some actions. I assume that that's not what he's talking about.

  • Caps Lock is a "mode" for text entry that's normally OS-wide and which I think all text editors I've ever seen subsequent to . I assume that's not what he's falling about.

  • Emacs has multi-key commands. Think of hitting C-u. That mode doesn't go away just because you've lifted your hands from the keyboard. Maybe that's what he's thinking of, because most Windows and Mac software doesn't do that. Though on Windows, tapping the Alt key normally is modal OS-wide for menus, unless things have changed.

  • Emacs permits changing input method, which is a form of mode. Most software does this at the OS level.

  • Emacs has an application-level read-only flag for buffers, which is a form of mode. Most editors don't have that.

  • There are Emacs' "modes", but like you, I assume that that's not what he's thinking of, because you don't typically go cycling among them. I mean, if I edit an XML file, I'm in one mode, but other editors that support multiple formats will do something similar, even if they don't call it a mode.

I honestly don't really know what OP is thinking of when he's saying that emacs is occasionally modal and he doesn't want that modality, though. Might be one of the above, might not be.

He says that using the emacs GUI interface is a factor, which confuses me even more, because I can't think of a way in which that is potentially a factor in emacs modal interface at all.

[-] [email protected] 11 points 1 day ago

Well, uh, mine is Kate. Not sure, if you need much selling on that, then.

I use it with an LSP server to provide highlighting and refactorings for Rust. Other languages are available.

The project-wide search & replace feature is really useful. It's available from the bottom bar.

In the settings, you can activate the "Filesystem Browser" plugin, which I sometimes prefer compared to the Projects view or the Documents view.

You can search for features with Ctrl+Alt+i.

In general, though, it's lightweight and easy to use. It's not going to win an award for a riveting new usage concept, which is why I like it.

[-] [email protected] 7 points 1 day ago

Looks like jEdit just had a new release! I actually used it as my main editor 15 years ago before I sat down to learn Emacs. I thought it was pretty good back then.

Lapce is a newer one that looks interesting, though I haven't tried it. The page says modal editing can be toggled.

[-] [email protected] 3 points 1 day ago

Lapce is definitely going on my to-experiment-with list.

[-] [email protected] 7 points 1 day ago* (last edited 1 day ago)

I haven't used it but Zed seems like what you might be looking for.

Here's what I know:

  • Open Source
  • Runs natively on Mac and Linux (no Windows support yet)
  • Made by the same folks who made Atom

It's a little new but It looks like it's worth a try

[-] [email protected] 6 points 1 day ago

i'm using Zed and it's really good at this early stage on Linux, you can avoid the AI stuff easily. only bad things i guess is that the extended ecosystem has obviously not had time to grow in the same way as vscode, just for time reasons

[-] [email protected] 2 points 1 day ago

Zed's web page seems to come down pretty heavily on the pro-LLM side of things. Do you know if that can be toggled off or not?

[-] [email protected] 7 points 1 day ago

It seems all AI stuff happens through the "Assistant Panel" and nothing is sent as long as you don't interact with it.

It seems you can disable the assistant feature it is opt-out though

[-] [email protected] 3 points 1 day ago

Zed's pretty new on the scene, but it's worth a look

[-] [email protected] 3 points 1 day ago* (last edited 1 day ago)

Helix also, but aren't ~~Zed~~ and Helix both modal?

edit: Huh. I just tried out Zed and looks like modal editing is optional.

[-] [email protected] 3 points 1 day ago

Helix is, but I don't think Zed is? At least not by default. It has a command palette and multi-buffer, multi-cursor, but not visual/normal/nsert/etc AFAIK

[-] [email protected] 0 points 1 day ago

Helix looks interesting, but it won't work for me for some of the same reasons that Vim doesn't. Again, my calcified brain's problems and not a problem with those interfaces.

My limited understanding is that Helix's dev(s?) actually did work on Vim's codebase and want to put what they learned there to good use.

this post was submitted on 20 Sep 2024
38 points (93.2% liked)

Linux

7812 readers
98 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS