I wonder what it would be like to design a phone keyboard specifically to be used with vim
-
-
@bob no :O
@mcc https://github.com/PSP-Archive/DanzeffOSLib if you use both thumbs and the shoulder buttons you can input any key with no more than two actions and without having to hunt for anything. seems like a natural fit for mode-based editing
-
-
I am reminded that vi users made a trillion-dollar company restore the escape key to their laptops after removing it for the Touch Bar.
@rk @mcc this is still my biggest bugbear when I want to use vim from mobile, the muscle memory for ESC is hard to break, but one or another thing in my mobile stack treats ESC on my (hardware) keyboard as "home button", rendering vim pretty useless.
I have some mapping in my .vimrc for "I need ESC to mode-shift but I can't actually use it" but I could not tell you what it is.
I agree with what was expressed elsewhere in the thread that "keyboard" may be a limiting abstraction for a mobile device. It could be interesting to mode-shift with gestures, for instance. (OTOH, keyboards are still Pretty Goddamned Good, so)
-
@rk @mcc this is still my biggest bugbear when I want to use vim from mobile, the muscle memory for ESC is hard to break, but one or another thing in my mobile stack treats ESC on my (hardware) keyboard as "home button", rendering vim pretty useless.
I have some mapping in my .vimrc for "I need ESC to mode-shift but I can't actually use it" but I could not tell you what it is.
I agree with what was expressed elsewhere in the thread that "keyboard" may be a limiting abstraction for a mobile device. It could be interesting to mode-shift with gestures, for instance. (OTOH, keyboards are still Pretty Goddamned Good, so)
-
I wonder what it would be like to design a phone keyboard specifically to be used with vim
@mcc i have wondered that too
-
@joshg that sounds easier
-
I wonder what it would be like to design a phone keyboard specifically to be used with vim
@mcc I used to run this thing a couple of years ago https://f-droid.org/packages/inc.flide.vi8 and although I don't really think it's much related to vim at all it's pretty cool looking -
@Orb2069 phone keyboards typically have neither particularly
@mcc Android 15 has this when you double tap the shift key?
-
-
I wonder what it would be like to design a phone keyboard specifically to be used with vim
@mcc would the modal editing functionality of vim be particularly effective/efficient on a phone keyboard? (the idea of trying to use Emacs on a phone keyboad [no matter how many modifiers it provides] fills me with horror 😛)
-
I wonder what it would be like to design a phone keyboard specifically to be used with vim
@mcc I often think about what it would be like to design a phone keyboard that could actually be used for text editing in general
-
@mcc
or emacs
*ducks* -
I wonder what it would be like to design a phone keyboard specifically to be used with vim
@mcc
inoremap jj <Esc>Helps. Typing the column character is indeed annoying on mobile
