|
|
|
|
|
by rob_b
2380 days ago
|
|
“vi
Oh boy. Here we go. Type vi index.html. This going to open vim which is an editor that's all in the command line.” Not to sound pedantic, but vi is not vim. While vim was designed as vi-improved, instructing users of vi to use vim direction is not going to be a complete match and may cause confusion for those not familiar with it. |
|
You can check yourself with `ls -l $(which vi)` in bash.