Allows you to skip over words to jump into parenthesis or quotes. It is like the core command editor:move-to-end-of-word
, but only traverses one non-word character at a time.
The defaults are: /()"':,.;<>~!@#$%^&*|+=[]{}`?-, but they can be changed in your settings, globally or per syntax.
There are no default keymaps, you must add one yourself. Here are mine:
'.platform-linux atom-text-editor':'ctrl-space': 'non-navigation:move-right''.platform-win32 atom-text-editor':'ctrl-space': 'non-navigation:move-right''.platform-darwin atom-text-editor':'cmd-space': 'non-navigation:move-right'
'non-navigation:move-right'
Requires Atom v0.168.0 and up
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.