this post was submitted on 03 Sep 2023
730 points (93.0% liked)
linuxmemes
21172 readers
1021 users here now
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 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
Nano is overrated. I tell everyone who needs to edit from the terminal to use vimtutor. You'll never go back to Nano.
What's so great on vim for the average Joe which isn't offered by nano?
Vim has things like copy and paste, including being able to highlight text, search and replace, and I find its commands a lot less clunky than Nano's. I am not a software developer or a sysadmin, just someone who uses Linux for fun. All of this stuff works without having X or Wayland running too.
Teleportation: the cursor can be teleport to any line without pressing down key multiple times...
Macro: for repeating a sequence of inputs multiple times...
Tabs: nano can't open multiple files at once i believe...
Split screen(horizontal and vertical)
Themes and plugins
These are a few that comes to mind...
Yeah, for all of those things, there's Micro.
Yes, but the person asked comparing to nano...
Reaching over to CTRL every time you want to copy some text, delete a word, delete the next character or perform any other basic edit starts to take a toll on your hands after 20 minutes
Nano is the MS notepad of Linux. No more, no less. You don't have the initial cost of learning vim with nano but in the end you're working more. I really don't understand how people can be productive without things like complex regexps, global commands, piping from the editor, etc.
Learning the basics of vim makes setting up a Linux system a lot easier. That's all I'm saying. You don't need to learn regexes or anything like that.
I totally agree. The point is that learning the more advanced features will pay off in the future.