glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movement keys not repeating when held down

benlieb opened this issue · comments

The movement keys h,j,k,l are not repeating whent I hold them down, however does.

Is there a config option I need to set for this behavior?

Thanks!

Actually this might be a global mac setting....

Is there a config option I need to set for this behavior?

No, this should work out of the box. What browser are you using?

Closing this issue because it has been awaiting a response from its author for more than a month. Please provide the requested information and this issue will be re-opened.

Sorry, Chrome Browser Mac

it's a mac thing. try defaults write -g ApplePressAndHoldEnabled -bool false in your terminal of choice

@benlieb Please let us know if @danielb2's command solves your problem :)

Yes this actually did solve the problem! Thanks @danielb2!

I had to restart my browser though.

Considering done. One of my favorite plugins just got better for me!