Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeated key presses don't register in Vim #63

Closed
jdsimcoe opened this issue Jul 6, 2016 · 13 comments
Closed

Repeated key presses don't register in Vim #63

jdsimcoe opened this issue Jul 6, 2016 · 13 comments

Comments

@jdsimcoe
Copy link

jdsimcoe commented Jul 6, 2016

If I press and hold a navigation key in vim like h or j the repeat doesn't register like it does in Terminal/iTerm.

@rauchg
Copy link
Member

rauchg commented Jul 7, 2016

Using 0.3.1 ?

@jdsimcoe
Copy link
Author

jdsimcoe commented Jul 7, 2016

that was using master with the latest stuff

@jdsimcoe
Copy link
Author

jdsimcoe commented Jul 7, 2016

I'm testing it now and it is fine... Closing this @rauchg.

@jdsimcoe jdsimcoe closed this as completed Jul 7, 2016
@Caryyon
Copy link

Caryyon commented Mar 23, 2018

MacOS High Sierra 10.13.3 using Hyper 2.0.0-canary.14 with no plugins I am currently experiencing the same issue. I can't press and hold a key for a repeat.

@markozxuu
Copy link

@Caryyon Thanks for reporting this error🙏

@markozxuu
Copy link

@albinekb @chabou This error I thought it had been fixed in the canary version 🙍 😞

@chabou
Copy link
Collaborator

chabou commented Mar 23, 2018

@mapeso You just have to search 'repeat' in issues to find: #2297 😄

Everything is explained and there is some workaround.

@markozxuu
Copy link

@chabou Thanks friend 😺

@Caryyon
Copy link

Caryyon commented Mar 30, 2018

@jdsimcoe you could close this. There is a better spot for it as well as I found out that it was because of the little character popup that mac has. I disabled it and i can repeat now!

@adamki
Copy link

adamki commented Aug 16, 2018

going off of @Caryyon ... i used this for mac OS
defaults write -g ApplePressAndHoldEnabled -bool false

@ralyodio
Copy link

thiw still doesnj't work.

@jdsimcoe
Copy link
Author

@chovy Try doing this in Terminal or Hyper:

defaults write co.zeit.hyper ApplePressAndHoldEnabled -bool false

@jdsimcoe
Copy link
Author

This same issue and workaround is referenced here: #2297 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants