Make C-c C-i do the same thing as C-c TAB
commit5e7a93b46cfce51cbafb542980d9be968c70243a
authorMichael Olson <mwolson@gnu.org>
Fri, 15 Jun 2007 18:48:06 +0000 (15 18:48 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 15 Jun 2007 18:48:06 +0000 (15 18:48 +0000)
treeae29cbc5e606a8344838f9e971f5e071f945e30c
parent2c1f39792fa6e283e41f2e8798e1d2b27b8a6c47
Make C-c C-i do the same thing as C-c TAB

* lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.  Remove
  C-c C-i keybinding, since it conflicts with C-c TAB in the terminal,
  and C-c TAB is more important.  Most people will not want to toggle
  images on and off that often.

* lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c C-i as
  well, so that it works in the terminal.

* texi/muse.texi: (Keystroke Summary): Remove C-c C-i (`muse-insert-tag')
  documentation, and mention C-c C-i as an alternative keybinding to the
  C-c TAB stuff.  Mention muse-colors-toggle-inline-images.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-358
ChangeLog
lisp/muse-colors.el
lisp/muse-mode.el
texi/muse.texi