I know it's a classic but confused how I'm supposed to use Vim to send an email
Already got my Vim, any tips?
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.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.
I know it's a classic but confused how I'm supposed to use Vim to send an email
Already got my Vim, any tips?
Mom: we have Google Maps at home
Google Maps at home: Vim
This is one of those threads where it is like all of you are just speaking funny(?) gibberish at each other.
Oops, all vim!
and finally you replace vim with nano
Cast out the unbeliever! Drive them from our light! Let them not pass amongst the true believers lest they lead others astray!
real G's use ed
It's standard for a reason.
You know what else is standard? strcmp
in C with user input.
If you know you know.
Even though I regularly use vim for editing files, so many shortcuts and commands are still unknown. How would one approach this issue without reading the man page? Asking for a friendβ¦
$ vimtutor
At first I thought you were joking. But that is actually a command. Iβm surprised. Thanks!
No worries. I've been using vim for years and still don't use anything fancier than marks and regex editing. π
vimtutor
is the starting point for learning vim, but it's fairly surface-level. To actually learn vim, you should read through the user manual by typing :help usr_01
and hitting enter in vim. It's also accessible online here: https://vimhelp.org/usr_01.txt.html#usr_01.txt.
It's a fairly quick read, about 40ish pages that are reasonably short and is intended to be read straight through like a book. It provides a good overview of all of vim's features.
Note: this is distinct from the reference manual, which is much, much larger and isn't intended to be read straight through.
Vim -> Emacs
Please! no more editor wars, just use ed
! And if you need the fancy modern features, you can always use notepad.
Text editors should be simple and approachable above all. Nano is undeniably the best by this definition.
I do not agree with your premise. Some editors should be simple and approachable above all. Some should also be super customizable and efficient to use for those who want do dive deep into their editor.
it feels like it was made quickly after people complained about vim or emacs bein too hard and then just minimally maintained
Text editors should be simple and approachable above all.
Why? I'd say they should edit text well above all.