DavidLGoldberg/jumpy

can't find the keybindings in the setting

kalaxiya opened this issue · 6 comments

I remember there was a checkbox to enable or disable the keybindings in the setting but now I can't find it. that means I hit shift + enter does not work.
I then add the keymap to my file:

'.editor:not(.mini).vim-mode-plus:not(.insert-mode):not(.jumpy-jump-mode)':
  'f': 'jumpy:toggle'

now I hit f can active the jump mode. but I can not jump under the jump mode! And esc can not cancel the jump mode either.
try to restart and install jumpy again but it does not work.

I don't know where is the checkbox😥

I'll take a quick peek at this, this weekend.

Sorry I never got to this one (forgot).

Is this still an issue for you.

My current keymap has:

'atom-text-editor:not(.mini).vim-mode:not(.insert-mode):not(.jumpy-jump-mode)':
  'f': 'jumpy:toggle'

Oh, you probably never updated it with the README.md's new code block.
This was one of the reasons for the 3.0 bump, as there had to be some breaking changes with API changes etc. Sorry about that!!!

I hope we can get jumpy up and running for you guys @Linzerui @greena13

@Linzerui, @greena13, Either of you still having this issue?

It works now 😁 Thanks a lot !