spacemacs/layers/+emacs/smex/README.org

30 lines
899 B
Org Mode
Raw Normal View History

#+TITLE: Smex layer
2015-06-10 16:44:30 +00:00
2019-05-02 21:49:30 +00:00
#+TAGS: emacs|layer
2015-06-10 16:44:30 +00:00
[[file:img/smex.png]]
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
2015-06-10 16:44:30 +00:00
* Description
This layer provides a more traditional alternative to =helm-M-x= based on =ido=.
** Features:
- Provides an alternative way for =helm-M-x= based on =ido= and [[https://github.com/nonsequitur/smex][smex]]
2015-06-10 16:44:30 +00:00
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =smex= to the existing =dotspacemacs-configuration-layers= list in this
file.
2015-06-10 16:44:30 +00:00
* Key bindings
| Key binding | Description |
2015-06-10 16:44:30 +00:00
|-------------+--------------------------------------------|
| ~SPC SPC~ | all Emacs commands (interactive functions) |
2015-06-10 16:44:30 +00:00
| ~SPC m :~ | current major mode commands |