You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I and many of my friends have had issue getting out of vi/vim and I helped them all switch to nano instead (because it was the best we have available on our university Linux systems). I personally switched to micro about a year ago and I think it is a great replacement for nano. It is very easy to use but still has a lot of features.
For this change to happen, I think we might want to install micro, remove vi or vim from base install and override the $EDITOR environment variable to /usr/bin/micro instead. For the development image, we also want to set git config --global core.editor micro.
The text was updated successfully, but these errors were encountered:
Fully agree with this. Micro is great & conforms to the "standard editor" experience most people expect; There's very few edge-cases here afaict and the barrier to entry is way lower to even something like Nano (which is comparatively a lot-lot lower to get into than vi/vim) .
I and many of my friends have had issue getting out of
vi
/vim
and I helped them all switch tonano
instead (because it was the best we have available on our university Linux systems). I personally switched to micro about a year ago and I think it is a great replacement fornano
. It is very easy to use but still has a lot of features.For this change to happen, I think we might want to install micro, remove
vi
orvim
from base install and override the$EDITOR
environment variable to/usr/bin/micro
instead. For the development image, we also want to setgit config --global core.editor micro
.The text was updated successfully, but these errors were encountered: