I used vim
for a long time, but switched to Sublime Text last year for most of my programming work.
Now, every time I have to make use of a console editor (mostly over ssh
), I feel extremely uncomfortable with vim
. The shortcuts and commands have slowly left my memory, my once carefully curated vimrc
is gathering dust, and I just can't use the editor effectively without re-learning everything.
On the other hand, nano
is just dumb. Great for opening a file, adding a flag and closing it, but way too primitive for anything else.
Is there something in between I can use? I can settle for not-as-easy-as-nano-nor-as-powerful-as-vim.