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.
emacs,vi-clones, andnano, I'm not sure there's much out there. You could try joe. You could try adopting a version-control based workflow where you're doing all your editing with sublime locally, and then pushing your changes to remote systems. Or you could just stick withvim, because it's typically there wherever you are. – larsks Feb 2 at 2:14