Comment on Is there a cloud based version of emacs?Comments−shimon17y1. get a shell account somewhere2. use ssh + screen−olefoo17yI would suggest dtach instead of screen. There is much less conflict between key bindings for emacs and dtach, whereas with screen I was always forgetting which program would get Ctrl-a and being continually surprised.−hernan717yYou can use the "-e" option of screen to change ctrl-a to something else. My usual invocation of screen looks something like:screen -e '^Oo' -S mysessionDisclosure: I use vi.
Comments
1. get a shell account somewhere
2. use ssh + screen
I would suggest dtach instead of screen. There is much less conflict between key bindings for emacs and dtach, whereas with screen I was always forgetting which program would get Ctrl-a and being continually surprised.
You can use the "-e" option of screen to change ctrl-a to something else. My usual invocation of screen looks something like:
screen -e '^Oo' -S mysession
Disclosure: I use vi.