An Atom package that creates dynamic hotkeys to jump around files and across visible panes.
On command line:
apm install jumpy
( Preferences cmd+, ) -> search for 'jumpy'
Example:
(image after settings set to .85 font size, high contrast, and default camel case matching pattern)
Put this override in your 'Atom' -> 'Open Your Keymap' settings:
'atom-text-editor:not(.mini).vim-mode:not(.insert-mode):not(.jumpy-jump-mode)':
'f': 'jumpy:toggle'
This will bind 'f' to toggle Jumpy.
This is not the default because it changes vim's native behavior. Instead, with Jumpy, after jumping to the nearest word, you can easily word or character jump over to your target. The Vimium chrome extension chose this binding. Please let me know what you think about this binding for Jumpy here!
Note: Styles can be overridden in 'Atom' -> 'Open Your Stylesheet' (see examples below)
atom-text-editor /deep/ {.jumpy-label {// Regular labelsbackground-color: black;color: white;&.high-contrast {// High Contrast labels (activated in settings)background-color: green;}}}
(A little SEO juice)
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.