After changing the keybindings, jumpy only works once with them
Opened this issue · 3 comments
Deleted user commented
These are my settings:
'atom-workspace atom-text-editor:not(.mini):not(.jumpy-jump-mode)':
'ø': 'jumpy:toggle'
It works when I press it the first time, not the second. If I re-evaluate the keymap.cson
file by adding a newline and saving it works, but only once. (This happens independently of which keymapping I choose for the command.)
Using the regular SHIFT-ENTER
always works.
Deleted user commented
Upon reloading the whole editor, remapping worked like a charm (seems like a general atom problem and not jumpy specific).
DavidLGoldberg commented
If I remember correctly there are some Atom peculiarities surrounding this but, I actually have an open Jumpy issue related, I have a branch I may merge at some point.
#56
I'll leave this issue closed however as the other is enough.
DavidLGoldberg commented
BTW, thanks for all of the awesome input / feedback.