is there a plugin or some way to get vim-like functionality in Pythonista?
for example navigating the document with h,j,k,l keys insert mode, etc.
Thanks!
is there a plugin or some way to get vim-like functionality in Pythonista?
for example navigating the document with h,j,k,l keys insert mode, etc.
Thanks!
See "The Editor" section of http://omz-software.com/pythonista/docs/ios/pythonista.html for instructions on how to move the insertion point left and right within the current line of text.
no, that's not what i mean.
i mean using the standard keys on a bluetooth keyboard.
...not onscreen.
in Vim you can jump between modes...insert mode and also edit mode..to jump around very quickly and make edits, etc.
I got out my Apple Bluetooth keyboard (which I don't usually use)... For me, the arrow keys on the Apple Bluetooth keyboard work exactly like h,j,k,l keys in vim. Is this the behavior that you are seeing with your Bluetooth keyboard?