From 58ef64b1d0e9ddf23b7086235c77788fc226716b Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 30 Nov 2014 21:08:48 -0500 Subject: [PATCH] `helm-theme` binding is now ` T h` --- DOCUMENTATION.md | 38 +++++++++++++++++++------------------- spacemacs/packages.el | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index f6e316075..e14be817f 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -329,7 +329,7 @@ This is a simple `contrib` configuration layer listing a bunch of themes, you can find it [here][themes-megapack]. To install it, just add `themes-megapack` to your `~/.spacemacs`. You have now -installed around 100 themes you are free to try with SPC h t +installed around 100 themes you are free to try with SPC T h (helm-themes). ## Managing private configuration layers @@ -1017,15 +1017,15 @@ under point. The highlights can be stacked. Key Binding | Description -----------------------|---------------------------------------------------------------- -SPC h c | clear the highlightings -SPC h g c | clear the highlightings globally (all opened buffers) -SPC h h | highlight all occurrence of the word at point -SPC h g h | highlight all occurrence of the word at point globally (all opened buffers) -SPC h n | next highlighted occurrence -SPC h N | previous highlighted occurrence -SPC h p | toggle auto-highlight of the enclosing parenthesis -SPC h r | restore saved highlights in the current buffer -SPC h s | save current highlights +SPC h c | clear the highlightings +SPC h g c | clear the highlightings globally (all opened buffers) +SPC h h | highlight all occurrence of the word at point +SPC h g h | highlight all occurrence of the word at point globally (all opened buffers) +SPC h n | next highlighted occurrence +SPC h N | previous highlighted occurrence +SPC h p | toggle auto-highlight of the enclosing parenthesis +SPC h r | restore saved highlights in the current buffer +SPC h s | save current highlights ### Auto-highlight symbols @@ -1035,21 +1035,21 @@ Key Binding | Description Key Binding | Description -----------------------|---------------------------------------------------------------- -SPC s e | edit all occurrences of the current symbol -SPC t h | toggle the auto highlighting +SPC s e | edit all occurrences of the current symbol +SPC t h | toggle the auto highlighting Navigation between the highlighted symbols can be done with the commands: Key Binding | Description -----------------------|------------------------------------------------------------ * | initiate navigation micro-state -SPC s b | go to the last searched occurrence of the last highlighted symbol -SPC s n | go to next occurrence and initiate navigation micro-state -SPC s N | go to previous occurrence and initiate navigation micro-state -SPC s r b | change range to `whole buffer` -SPC s r d | change range to `display area` -SPC s r f | change range to `function` -SPC s R | change range to default (`whole buffer`) +SPC s b | go to the last searched occurrence of the last highlighted symbol +SPC s n | go to next occurrence and initiate navigation micro-state +SPC s N | go to previous occurrence and initiate navigation micro-state +SPC s r b | change range to `whole buffer` +SPC s r d | change range to `display area` +SPC s r f | change range to `function` +SPC s R | change range to default (`whole buffer`) In 'Spacemacs' highlight symbol micro-state: diff --git a/spacemacs/packages.el b/spacemacs/packages.el index cea790e97..1240fe092 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -1317,7 +1317,7 @@ determine the state to enable when escaping from the insert state.") (use-package helm-themes :defer t :init - (evil-leader/set-key "ht" 'helm-themes))) + (evil-leader/set-key "Th" 'helm-themes))) (defun spacemacs/init-hl-anything () (use-package hl-anything