atom-keymap icon indicating copy to clipboard operation
atom-keymap copied to clipboard

Make keybinding timeout configurable

Open jrop opened this issue 8 years ago • 1 comments

I am using vim-mode-plus, and have mapped "j j" to "<Esc>". This works fine, until I press "j" to move down a line, and Atom waits 1 second to see if I am going to press another "j". There should be a way to configure this, or decrease the timeout.

Also related: https://github.com/atom/atom-keymap/issues/49#issuecomment-69179091

jrop avatar Dec 09 '16 00:12 jrop

Actually you can set the timeout in your init.coffee: atom.keymaps.partialMatchTimeout = 100

xream avatar Feb 19 '17 12:02 xream