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:
parent
b943d00ae4
commit
ec8250ea1d
3 changed files with 3 additions and 3 deletions
|
@ -2070,7 +2070,7 @@ auto-highlight-symbol and its micro-state.
|
||||||
Use =helm-semantic-or-imenu= command from =Helm= to quickly navigate between the
|
Use =helm-semantic-or-imenu= command from =Helm= to quickly navigate between the
|
||||||
symbols in a buffer.
|
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
|
*** Helm-swoop
|
||||||
This is very similar to =moccur=, it displays a =helm= buffer with all the
|
This is very similar to =moccur=, it displays a =helm= buffer with all the
|
||||||
|
|
|
@ -659,7 +659,7 @@ Removes the automatic guessing of the initial value based on thing at point. "
|
||||||
"rr" 'helm-register
|
"rr" 'helm-register
|
||||||
"rm" 'helm-all-mark-rings
|
"rm" 'helm-all-mark-rings
|
||||||
"sl" 'spacemacs/last-search-buffer
|
"sl" 'spacemacs/last-search-buffer
|
||||||
"sL" 'spacemacs/jump-in-buffer)
|
"sj" 'spacemacs/jump-in-buffer)
|
||||||
|
|
||||||
;; search with grep
|
;; search with grep
|
||||||
(spacemacs/set-leader-keys
|
(spacemacs/set-leader-keys
|
||||||
|
|
|
@ -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-h~ | org-shiftcontrolleft |
|
||||||
| ~SPC m C-S-j~ | org-shiftcontroldown |
|
| ~SPC m C-S-j~ | org-shiftcontroldown |
|
||||||
| ~SPC m C-S-k~ | org-shiftcontrolup |
|
| ~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
|
*** Tables
|
||||||
|
|
||||||
|
|
Reference in a new issue