If you dislike emacs enough, you might try
nano,
a "small and friendly" editor:
nano FILE
opens FILE
in nano
- Type to make changes.
- To exit, type
C-x
, then y
for yes to
save changes, and then name the file to save when prompted.
- Shortcuts are at the bottom of the screen.
I strongly recommend emacs (or a powerful alternative) for data
science. With nano, you will be able to work, but your peers and
colleagues will edit ten times more efficiently than you.