Hacker News new | ask | show | jobs
by sneak 2431 days ago
What editor do you use? How do you cope with lack of ESC? Are you using vim with the jj insert mode trick?

I ask because I would really like to make this work but haven’t found the sweet spot yet.

2 comments

In Vim

CTRL + [

is the same as pressing the escape key, it took me a couple days, but now it doesn’t bother me in the slightest.

I’ve been using a combination of (Python shell & IDE), Working Copy (Git, can monitor and commit changes a folder in your iCloud Drive which Pythonista can also access), and Termius for ssh.

I’ve been trying to figure out how to fit Buffer (editing files on remote server via ssh) into my workflow but haven’t yet.

It’s not perfect, but I like traveling with my iPad more than my MacBook Pro because it’s smaller and as an added bonus I can also edit photos from my DSLR on it.

Whoops, I meant to say that I’ve been using Pythonista (which is a Python shell & basic IDE)
I use Vim and sometimes VScodium. for some reason `ctrl-C` gets you out of insert mode. That's been my little hack.