diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 2f795f53a..ec1bcae7a 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -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 diff --git a/layers/+distribution/spacemacs-base/packages.el b/layers/+distribution/spacemacs-base/packages.el index e7a3c7919..6c8ba36f5 100644 --- a/layers/+distribution/spacemacs-base/packages.el +++ b/layers/+distribution/spacemacs-base/packages.el @@ -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 diff --git a/layers/org/README.org b/layers/org/README.org index 816402c4d..05331760f 100644 --- a/layers/org/README.org +++ b/layers/org/README.org @@ -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