Move `jump-in-buffer` to `SPC s j`

After a discussion on gitter with @TheBB and @syl20bnr, `jump-in-buffer`
is moved from `SPC s L` to `SPC s j`.
This commit is contained in:
Fabien Dubosson 2015-12-07 13:12:10 +01:00
parent b943d00ae4
commit ec8250ea1d
3 changed files with 3 additions and 3 deletions

View File

@ -2070,7 +2070,7 @@ auto-highlight-symbol and its micro-state.
Use =helm-semantic-or-imenu= command from =Helm= to quickly navigate between the
symbols in a buffer.
To list all the symbols of a buffer press: ~SPC s L~
To list all the symbols of a buffer press: ~SPC s j~
*** Helm-swoop
This is very similar to =moccur=, it displays a =helm= buffer with all the

View File

@ -659,7 +659,7 @@ Removes the automatic guessing of the initial value based on thing at point. "
"rr" 'helm-register
"rm" 'helm-all-mark-rings
"sl" 'spacemacs/last-search-buffer
"sL" 'spacemacs/jump-in-buffer)
"sj" 'spacemacs/jump-in-buffer)
;; search with grep
(spacemacs/set-leader-keys

View File

@ -147,7 +147,7 @@ You can tweak the bullets displayed in the org buffer in the function
| ~SPC m C-S-h~ | org-shiftcontrolleft |
| ~SPC m C-S-j~ | org-shiftcontroldown |
| ~SPC m C-S-k~ | org-shiftcontrolup |
| ~SPC s l~ | spacemacs/jump-in-buffer (jump to a heading) |
| ~SPC s j~ | spacemacs/jump-in-buffer (jump to a heading) |
*** Tables