• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

back-jumpy

An Atom package to return to previous cursor positions
  • #back
  • #jump
  • #jumpy
  • #shortcut
  • #hotkey
DavidLGoldberg
619
2
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Back-Jumpy

An Atom package to return to previous cursor positions.

Works great with or without Jumpy or Jumpy-beacon.

How to "back-jump"

  1. Move your cursor somewhere in a text editor.
  2. Move somewhere else.
  3. Enter a hotkey to jump back!
  4. Keep coding!

Install

On command line:

apm install back-jumpy

or the for the whole jumpy suite:

apm install jumpy jumpy-beacon back-jumpy

Notes

'vim-mode/vim-mode-plus' Users (Strongly Recommended Override)

Put this override in your 'Atom' -> 'Keymap...' settings.

for vim-mode:

'atom-text-editor:not(.mini):not(.jumpy-jump-mode).vim-mode:not(.insert-mode), .tree-view':
    'backspace': 'back-jumpy:back'
    'shift-backspace': 'back-jumpy:forward'

for vim-mode-plus:

'atom-text-editor:not(.mini):not(.jumpy-jump-mode).vim-mode-plus:not(.insert-mode), .tree-view':
    'backspace': 'back-jumpy:back'
    'shift-backspace': 'back-jumpy:forward'

This will bind backspace and shift backspace to jump back and forward.

This is not the default because it changes vim's native behavior.

Config Settings

None yet!

Back-Jumpy Styles

Just override the .back-jumpy-beacon class from beacon.less

Note: Styles can be overridden in 'Atom' -> 'Stylesheet...'

My other Atom packages :)

  • Jumpy
  • Jumpy-beacon
  • Qolor

Keywords

(A little SEO juice)

  • Shortcuts
  • Navigation
  • Productivity
  • Mouseless
  • Plugin
  • Extension

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