[helm] Document SPC s C and sort key bindings

This commit is contained in:
syl20bnr 2019-05-12 11:35:35 -04:00
parent 6bb459fcf1
commit 953573ade5
2 changed files with 2 additions and 1 deletions

View File

@ -198,6 +198,7 @@ modifications to the buffer.
| Key binding | Description |
|-------------+--------------------------------|
| ~SPC s C~ | clear =helm-swoop= own cache |
| ~SPC s s~ | execute =helm-swoop= |
| ~SPC s S~ | execute =helm-multi-swoop= |
| ~SPC s C-s~ | execute =helm-multi-swoop-all= |

View File

@ -377,8 +377,8 @@
(message "helm-swoop cache cleaned."))
(spacemacs/set-leader-keys
"ss" 'helm-swoop
"sC" 'spacemacs/helm-swoop-clear-cache
"ss" 'helm-swoop
"sS" 'spacemacs/helm-swoop-region-or-symbol
"s C-s" 'helm-multi-swoop-all)
(defadvice helm-swoop (before add-evil-jump activate)