-
Notifications
You must be signed in to change notification settings - Fork 58
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
HJKL slow reponse #85
Comments
I'm getting the same issue with neovim |
Oh, sorry, forgot to follow up on my issue... I found ot the reason for my behaviour. It came from having a remap of the JK keys in neovim: Typing JK would trigger the ESC-key, so that you don't need to bother to reach so far and can stay on the home row. But Having this mapping means that neovim takes a second or so to see if after one key there's the other following the first. That's the delay. When I remove this specific mapping ranger works as expected. But since I don't want to lose this mapping I will just live with it, arrow keys work fine any way :) |
funny.. I figured that out as well after commenting.. I have |
Hello :)
I have a weird bug which I can't really pinpoint to a specific misconfiguration. The problem is that when I start ranger from within neovim (haven't tested standard vim) then the HJKL keys are responding extremely slow. After having typed 'J' it can take up to two seconds for the selected row to move one item down. The arrow keys work fine, though! Also: Running ranger from outside vim behaves as expected. The described problem exist for all terminals I have used (xterm, urxvt, alacritty).
The only configuration I have for this plugin are:
In my vimrc I have done nothing to the HJKL keys, no remapping or overrides, although I don't think that this is relevant for ranger.
Since I seem to be the only one having that problem I am certain that this is a configuration thing, but I am not sure where to look. Thanks in advance for your help, though!
The text was updated successfully, but these errors were encountered: