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

key delay #271

Open
zer09 opened this issue May 15, 2017 · 5 comments
Open

key delay #271

zer09 opened this issue May 15, 2017 · 5 comments

Comments

@zer09
Copy link

zer09 commented May 15, 2017

I got this weird delay on the letter "f" key. when typing then the word has "f" letter, upon pressing it gives a long delay before it typed on. I think delay is around 1.5 to 2 seconds.

thanks

@geksilla
Copy link
Collaborator

@zer09 can you turn on Keybinding Resolver with Ctrl+. and check what command invokes when you type "f"?

@zer09
Copy link
Author

zer09 commented May 15, 2017

when I type "f" first I got this
f partial

then it will pause a moment, then the letter "f" comes up on the editor, then I got this
f

thanks.

@geksilla
Copy link
Collaborator

I believe that this is caused by f d keymap which is defined in your .proton

{:selector "atom-text-editor.vim-mode-plus:not(.normal-mode)" :keymap [["f d" "vim-mode-plus:activate-normal-mode"]]}

Not sure is this a bug of vim-mode-plus or atom itself. It seems like partial binding resolves with some delay. If you don't use f d just remove mentioned keymap from :keymaps in your .proton

@dvcrn
Copy link
Owner

dvcrn commented May 16, 2017

Correct that's the f d keymap. It's a quicker and more ergonomic way to escape from insert mode (similar to the often used jj).

You can just continue typing and it will work normally. Just hitting f by itself with nothing else will produce what you see

@zer09
Copy link
Author

zer09 commented May 16, 2017

@geksilla thanks, i just remap it on . p this is the keymap on my spacemacs.

@dvcrn is there an option to decrease the delay? it feels so long to me. I like to set it atleast 0.5 or lower. thanks.

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

3 participants