Non Navigation
Atom.io : Github :
An Atom Package -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.
Non-word characters
The defaults are: /()"':,.;<>~!@#$%^&*|+=[]{}`?-, but they can be changed in your settings, globally or per syntax.
Instructions
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'
Commands
'non-navigation:move-right'
Dependencies
Requires Atom v0.168.0 and up