this post was submitted on 28 Apr 2024
1249 points (97.6% liked)
linuxmemes
21143 readers
1552 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
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 members of the community for any reason.
- 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 will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
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
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Notepad is horrible now, how tf do you mess that up??
What happened to notepad?
In Windows 11 it saves every text file you open as a new tab, so every time you open a text file you’ll have tabs upon tabs of every previous text file you’ve ever opened.
Here’s a Reddit post with some people talking about how to disable it, how frustrating it is, and even how it’s causing problems by straight up opening the wrong file if it’s named the same as a text file you’ve opened in the past.
Wow finally. I remember when I moved to Notepad++ a decade ago when I still used Windows, to get that behaviour. Being able to close it without losing all the open tabs was a game changer.
Yeah, I noticed it in the new Notepad. Nifty feature. Notepad++ is still my go to for everything. Especially dumping "temporary code" in unsaved tabs, then like 6 months later trying to figure out if any of its still relevant or safe to finally close.
Textadept is also pretty cool, it's portable and FOSS unlike Notepad++
Virgin Windows users on Reddit: *Crying in a corner instead of looking in settings on their own and make 3(!) mouse clicks*
Chad Linux users on Lemmy: *Editing .conf files in vim*
So what's the deal with vim? I spooled up a vps recently and decided to forgo the gui options, like a real Linux server admin. I have been using nano and it seems to do all I need from a basic text editor in the terminal. I get that vim/emacs meme-bantering but actually why. It accepts texts and stores them in files. What is the actual point/difference?
Not only that. Opening the same file again, opens it in a new tab ffs. I noticed this, when my ssh-config file (which has no file extension and is thus not linked to a program) had like 10 tabs open... Why would someone do that?
I mean tabs are fine, I guess, but this shit?
This stinks of panic MVP.
Notepad++ was gaining some traction so Microsoft figured they nip that in the bud with a half-hearted attempt?
Microsoft's competitor to Notepad++ is VS Code.
Notepad++ is a text editor while VS Code is an IDE. They are intended for different use cases.
No, both are source code editors: https://en.wikipedia.org/wiki/Source-code_editor#Notable_examples
Visual Studio is the full IDE, VS Code isn't. Visual Studio and VS Code are completely different products, even though both carry Visual Studio branding.
What would be missing from VS Code or VS Codium that an IDE needs?
I'm an ex Visual Studio user, now writing all my code in VS Codium. I organize my project tree in VS Codium, I build from it and, like a Visual Studio user, I press F5 to debug, set breakpoints and inspect variables.
And that's just the default install using the vanilla C/C++ extension it ships with, not some complicated setup that takes any time to get working.
Snipped from the first question in the FAQ:
More details on the Visual Studio website.
If you disagree with the assessments of both the VS Code developer and Wikipedia, please discuss it there.
VSCode is a telemetry filled delight - easily Microsoft's best product
It can be reverted in settings. I just did this it was driving me mad. Why have the option for tabs without a close all option.