spacemacs/layers/+distribution/spacemacs-base
justbur 02e2ce4d5a keybindings: Add SPC j for jumping
Use mnemonic j for jumping commands. Although some of these commands
exist in other places, they are duplicated here when they don't
conflict.

Add:

  1. jb for bookmark-jump
  2. jc for avy char jump
  3. jd for dired-jump
  4. jD for dired-jump-other-window
  5. jf for find-function-at-point
  6. ji for spacemacs/jump-in-buffer (imenu)
  7. jI for helm imenu in all buffers
  8. jl for avy go to line
  9. ju for avy-pop-mark (u for "undo")
  10. jU for spacmacs/avy-goto-url
  11. jv for find-variable-at-point
  12. jw for avy go to word or subword

Move:
  1. jh to j0 (push mark and go to beginning of line)
  1. jl to j$ (push mark and go to end of line)
2016-01-09 01:00:44 -05:00
..
local bind-map: Add evilified state to evil major-mode keys 2016-01-08 20:52:53 +01:00
config.el keybindings: Add SPC j for jumping 2016-01-09 01:00:44 -05:00
funcs.el Remove custom write-file function, use save-buffer 2016-01-03 22:23:11 -05:00
keybindings.el keybindings: Add SPC j for jumping 2016-01-09 01:00:44 -05:00
packages.el keybindings: Add SPC j for jumping 2016-01-09 01:00:44 -05:00