Merge pull request #649 from k1-hedayati/update-readme-for-smex-major-mode-binding

Added M-X to README
This commit is contained in:
Bozhidar Batsov 2014-08-25 14:30:17 +03:00
commit 12a3fb84e3

View file

@ -258,6 +258,7 @@ Keybinding | Description
<kbd>C-x m</kbd> | Start `eshell`. <kbd>C-x m</kbd> | Start `eshell`.
<kbd>C-x M-m</kbd> | Start your default shell. <kbd>C-x M-m</kbd> | Start your default shell.
<kbd>C-x C-m</kbd> | Alias for `M-x`. <kbd>C-x C-m</kbd> | Alias for `M-x`.
<kbd>M-X</kbd> | Like `M-x` but limited to commands that are relevant to the active major mode.
<kbd>C-h A</kbd> | Run `apropos` (search in all Emacs symbols). <kbd>C-h A</kbd> | Run `apropos` (search in all Emacs symbols).
<kbd>C-h C-m</kbd> | Display key bindings of current major mode and descriptions of every binding. <kbd>C-h C-m</kbd> | Display key bindings of current major mode and descriptions of every binding.
<kbd>M-/</kbd> | Run `hippie-expand` (a replacement for the default `dabbrev-expand`). <kbd>M-/</kbd> | Run `hippie-expand` (a replacement for the default `dabbrev-expand`).