Change theme search keybinding to SPC T s.

Unify the bindings of spacemacs-helm and spacemacs-ivy. The new mnemonic
for both ivy and helm is `Themes/select`.
This commit is contained in:
person808 2016-02-18 21:39:36 -10:00 committed by syl20bnr
parent ed5bdf9db8
commit 4010c63276
4 changed files with 4 additions and 4 deletions

View File

@ -882,7 +882,7 @@ variable =dotspacemacs-themes=. For instance, to specify =solarized-light=,
| Key Binding | Description |
|-------------+-------------------------------------------------------|
| ~SPC T n~ | switch to next theme listed in =dotspacemacs-themes=. |
| ~SPC T h~ | select a theme using a =helm= buffer. |
| ~SPC T s~ | select a theme using a =helm= buffer. |
You can see samples of all included themes in this [[http://themegallery.robdor.com][theme gallery]] from [[http://www.twitter.com/robmerrell][Rob Merrell]].

View File

@ -961,4 +961,4 @@ Search for a search tool in the order provided by `dotspacemacs-search-tools'."
:defer t
:init
(spacemacs/set-leader-keys
"Th" 'helm-themes)))
"Ts" 'helm-themes)))

View File

@ -286,7 +286,7 @@ Helm hack."
;; jumping
"sj" 'counsel-imenu
;; themes
"Tc" 'counsel-load-theme
"Ts" 'counsel-load-theme
;; search
"/" 'spacemacs/search-project-auto
"*" 'spacemacs/search-project-auto-region-or-symbol

View File

@ -6,7 +6,7 @@
* What is this?
This simple contribution layer is an example. It installs around 100 themes
for Emacs. You can try them easily by invoking helm-themes with: ~<SPC> T h~.
for Emacs. You can try them easily by invoking helm-themes with: ~<SPC> T s~.
You can see samples of all included themes in this [[http://themegallery.robdor.com][theme gallery]] from [[http://www.twitter.com/robmerrell][Rob Merrell]].