You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In something on the order of OSX 10.6+, pressing and holding a key (e.g. hjkl for navigation) brings up the character accent menu:
This can be toggled globally with defaults write -g ApplePressAndHoldEnabled -bool false, but I'm not able to figure out a quick and easy way to avoid it.
The text was updated successfully, but these errors were encountered:
(Otherwise I like it though! Main issue I see is that a number of commands need to accept number prefixes, but I'm sure you know this so I'm only reporting this issue since it's weird and os-dependent! 😄 )
Thanks for your comments, and the character accent menu is a hassle 😭
Yep, some commands already supported number prefixes, such as hjkl,x, yy, dd, w, yw, dw,
you can use them like this: 3h, 4yy, 2w, 10dw.....
In something on the order of OSX 10.6+, pressing and holding a key (e.g.
hjkl
for navigation) brings up the character accent menu:This can be toggled globally with
defaults write -g ApplePressAndHoldEnabled -bool false
, but I'm not able to figure out a quick and easy way to avoid it.The text was updated successfully, but these errors were encountered: