Choose helix. Native LSP support comes with it, and you will lose vim friends.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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 of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
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
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
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.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
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.
Notepad++ in a Windows XP VM
Notepad++ is the one thing i really miss on linux. I use it daily for work and i just havenβt found an equivalent on linux.
nano lovers? Is there such thing? Nano was the one I used until I learned how to do basics on vim, nano is just the more intuitive/easiest way to just edit a file and it's enough most of the time
Leafpad, in the terminal nano and vscodium for code. If I really have to open code in the terminal: vim
Vim or neovim. At first just because I wanted to learn it for fun. But now because it after I memorized a few core commands, it really did just feel great to use. Quick and surprisingly easy.
nano and kate I edit text not books of configs.
vim
I still use pico.
sudo nano /etc/fstab
Just go with ed, it is the standard for a reason.
"New? Nano. Wanna try another because you're comfortable now? Do it." Problem solved.
Micro or even better is Fresh. Make use of the modern terminal features for mouse interaction, text highlighting, and standard shortcuts.
joe. And I don't even really know why.
I really don't care what you use but I highly recommend picking something extensible or fully featured. No need to cut yourself off of valuable tools.
(Also I use Neovim BTW)
Nano for TUI and Pulsar for GUI.
neovim
mceditπ
Came here just for this comment
The reason why I'm on team Vim is because it's standard. A copy of it is installed on pretty much every Unix-like system out there. Vi is built into Busybox.
Vim or Zed
gram
I wish I could look at it from a neutral position, but emacs is just too perfect to recommend anything else.
Nvim
i use whatever is default for my distro installation. then feel "off" because it's not notepad.
Gedit for docs (plain and simple + have basic spelling/code highlighting), kate for weird things like JSON (have actual tools to fix spacing/tabulation)
I use vim, but not because itβs good. Iβm just not up for learning something else right now