ajile/word-jumper

Not works on Mac

Opened this issue · 1 comments

Grawl commented

Can't get it work. Looks like it does nothing like before installing it.

  • Atom 1.9.6
  • macOS Sierra 10.12 16A270f

add this to your keymap.cson:

'atom-text-editor':
  'alt-right': 'word-jumper:move-right'
  'alt-left': 'word-jumper:move-left'
  'alt-shift-right': 'word-jumper:select-right'
  'alt-shift-left': 'word-jumper:select-left'