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 | | Key Binding | Description |
|-------------+-------------------------------------------------------| |-------------+-------------------------------------------------------|
| ~SPC T n~ | switch to next theme listed in =dotspacemacs-themes=. | | ~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]]. 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 :defer t
:init :init
(spacemacs/set-leader-keys (spacemacs/set-leader-keys
"Th" 'helm-themes))) "Ts" 'helm-themes)))

View file

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

View file

@ -6,7 +6,7 @@
* What is this? * What is this?
This simple contribution layer is an example. It installs around 100 themes 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]]. You can see samples of all included themes in this [[http://themegallery.robdor.com][theme gallery]] from [[http://www.twitter.com/robmerrell][Rob Merrell]].