Skip to content

Commit

Permalink
Merge pull request bbatsov#649 from k1-hedayati/update-readme-for-sme…
Browse files Browse the repository at this point in the history
…x-major-mode-binding

Added M-X to README
  • Loading branch information
bbatsov committed Aug 25, 2014
2 parents a52cdc8 + e0df690 commit 12a3fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Keybinding | Description
<kbd>C-x m</kbd> | Start `eshell`.
<kbd>C-x M-m</kbd> | Start your default shell.
<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 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`).
Expand Down

0 comments on commit 12a3fb8

Please sign in to comment.