DEV Community

Discussion on: Vim for starters - the minimum you need to know

Collapse
 
edwin_r_c profile image
Edwin Ramirez

That's what I tell all my colleagues: you never know when you're connecting to a remote server through SSH and you'll have to make due with Vim or similar.
All Dev should at least know the basics to Vim. At least opening a file, editing and saving.

Collapse
 
mosteo profile image
Álex RM

Also with the syntastic plugin you get syntax check for many languages (including bash), which is also a big help when in a limited tty environment.