jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
966 stars 73 forks source link

j/k held down keep moving cursor #107

Open hugwi opened 4 years ago

hugwi commented 4 years ago

First off thanks for this! Couldn't survive without it!

Maybe this isn't best practice but something that really been bugging me is that you're not able to keep j/k held down keep moving the cursor. Is there something obvious that I missed or is this possible to implement?

benlindsay commented 4 years ago

Something like what's described here worked for me: https://www.idownloadblog.com/2015/01/14/how-to-enable-key-repeats-on-your-mac/

hugwi commented 4 years ago

@benlindsay thank you for the suggestion. Could you elaborate how you make use of this article? I'm on a mac as well but pressing down h/j/k/l works natively in vim and already bumped up key repeat to fast and delay until repeat to short.

benlindsay commented 4 years ago

If you did step 2 that says to enter the command defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false and restarted any applications you want to use repeated keys in, and it still doesn't work, then I don't know what else to do

kylepollina commented 4 years ago

This worked for me as well. Thank you