• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

non-navigation

Skip over words and non-words
dsandstrom
1.1.0 426
2
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Non Navigation

An Atom Package - Atom.io : Github : Build Status

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

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by