An Atom package to return to previous cursor positions.
Works great with or without Jumpy or Jumpy-beacon.
On command line:
apm install back-jumpy
or the for the whole jumpy suite:
apm install jumpy jumpy-beacon back-jumpy
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.
None yet!
Just override the .back-jumpy-beacon
class from beacon.less
Note: Styles can be overridden in 'Atom' -> 'Stylesheet...'
(A little SEO juice)
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.