spacemacs/contrib/smex
2014-12-11 19:55:44 -05:00
..
packages.el Fixes #236 custom ex-command and M-x command key 2014-12-10 22:12:54 -05:00
README.md Remove absolute links in READMEs 2014-12-11 19:55:44 -05:00
smex.png Missing smex png 2014-12-01 21:49:01 -05:00

smex contribution layer for Spacemacs

Smex

This layer replaces helm-M-x by smex which is built on top of ido. ido can perform flex matching with the flx-ido mode which is already activated in the Spacemacs layer.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(smex)
  "List of contribution to load."
)

Key bindings

Key Binding     |                 Description

--------------------|------------------------------------------------------------ SPC : | all Emacs commands (interactive functions) SPC m : | current major mode commands

jk on leader

The experimental feature evil leader on jk is supported in this layer. While the smex minibuffer is opened press quickly jk then:

Key Binding     |                 Description

--------------------|------------------------------------------------------------ g | go to the definition of current command h d f | describe the current command h w | show the key binding for the current command