Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
10Dev28994yNano is designed to be a super-simple terminal text editor, so it's lightweight and doesn't have features like syntax highlighting. Basically anyone can learn to use Nano after like 15 minutes
Between Vim and Emacs, it's really just personal preference, but I like Vim because, although it has a steep learning curve, it's lightweight and the keybindings are simple-ish and intuitive -
As far as editing goes I think Vim is the superior choice. Emacs, however, can be extended to do damn near anything in much more powerful ways than Vim, that last part is mhch more opinion than fact.
-
matt-jd10304yI personally use emacs because it's extensive with lots of packages and easy to configure and use. I think you should know how to use the others, vim is not very hard to use either. Nano is the easiest and is very good for quick config fixes
-
@borabinary Because it is my favourite, since I don't need any advanced features.
I would just suggest you to learn the one you feel is the best one. Everyone here is going to tell you something completely different. It is like Windows vs Linux vs Mac...you are not getting any answers here or wherever you ask about it. -
Voxera115854yVim.
I know many hate it but I have so far never seen a linux machine without it, it might be just vi, but the important commands are the same.
Once you know vi/vim you can choose any other editor as your preferred one, but those might not be available always. -
lotd79224yWell, if you ask Google for Vi it suggests Emacs.
Personally, prefer vim.
It's just more comfy and pluggable for me. -
Eklavya17724yLearn Vim as a beginner
Do the following steps
vim file.ext
Now press i to insert
Write
Press Esc and then wq to save and exit. It means 'write and quit'
If you have not written anything simply press Esc and then q and enter -
Root825084y@AleCx04 There is always Spacemacs, which combines the best of both worlds. Setup is pretty finicky though.
-
hjk10157314yAll these baseless opinions. I blame you OP.
What the fuck are you trying to do? Leaning a tool is never the goal itself unless you are in school.
Some things to consider: vi is almost always present in UNIX like systems. Vim is way better for power users.
Pico/nano are easier to learn but far less powerful, there is no undo for example.
Emacs is less popular now but the key bindings make you extremely fast in the shell (they are the same in bash/zsh). And it's extremely powerful/fully programmable. Also makes it tad slower to load. Vim also gets slower with lots plugins. Depends on system how much this effects you. -
@Root definitely, I agree, there is also vim mode without spacemacs. I just like Lisp OK??!!!!
-
hjk10157314y@Voxera vi(m) is not installed in Arch Linux by default. So it's not a rule you can live by. Think nowadays nano is always installed but again might have exceptions. Emacs is almost never installed by default.
-
foox674yI learned vim and enjoy the keybindings. There are so many tools and plugins out there which use them. Not sure if this is the same for emacs though. Vim keybindings you can setup in (but of course is not limited to) shells (zsh,..), webbrowsers (various plugins for major browsers, bunch of dedicated browsers like qutebrowser),IDEs(cannot remember an IDE that didn't have a plugin), window managers (i3,...), mail clients, file managers (ranger,..)
Of course some of them have just a limited subset, but it feels very straight forward if you can use the basics in most applications -
Voxera115854y@hjk101 but nano is so easy you really do not need to learn it for basic usage ;)
So if you know vim you will most likely be set to survive most servers :P
But personally I actually like vim better than nano, probably most out of 25+ years of practice. -
hjk10157314y@Voxera wow you got some years on me. Barely a 16 year Linux user and started out with Emacs.
I'm more proficient with vim too. I especially hate the missing undo feature in nano. Had to redo edits because my cat thought sitting on the keyboard is the new thing. Our just lost track of something. So even with small edits I like vim better.
Related Rants
Vim, Nano, Emacs. Which one should I learn if i were to learn one?
devrant
nano
terminal
vim
lifestyle
emacs
text editor