paradoxxxzero / next-occurrence

Atom package: Find the next occurrence of selection or word under the cursor.
MIT License
1 stars 0 forks source link

next-occurrence package

Find the next occurrence of selection or word under the cursor.

Default keymap:

'atom-text-editor':
  'ctrl-shift-up': 'next-occurrence:prev'
  'ctrl-shift-down': 'next-occurrence:next'