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

30 lines
899 B
Org Mode

#+TITLE: Smex layer
#+TAGS: emacs|layer
[[file:img/smex.png]]
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* 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]]
* 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.
* Key bindings
| Key binding | Description |
|-------------+--------------------------------------------|
| ~SPC SPC~ | all Emacs commands (interactive functions) |
| ~SPC m :~ | current major mode commands |