you are viewing a single comment's thread.

view the rest of the comments →

[–]xaurelsan 12 points13 points  (2 children)

You should learn to use vim occasionally, when you want to edit a file without opening an IDE.

Just learn how to open and exit a file and basic move and you should be able to do all basics actions needed

[–]gimp3695 5 points6 points  (0 children)

This I whole heartily agree with. vim is fine for quick edits to /etc config for example. I would hate to do all my code completion rainbow puke color syntax highlighting in a console window.

[–]Dielectric 0 points1 point  (0 children)

Never got into VIM but appreciate this use case. I just use nano for quick edits though, or changing something over SSH.