next-occurrence

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

paradoxxxzero

1,373

3

0.5.0

MIT

GitHub

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'