fuqcool / atom-emacs-mode

MIT License
19 stars 9 forks source link

Can't undo text entry #17

Open avehlies opened 9 years ago

avehlies commented 9 years ago

Steps to Reproduce

  1. Download latest Atom
  2. Install latest Emacs Mode plugin and enable it
  3. Enter text "<?php test(); ?>"
  4. Change mode to PHP in the lower-right.
  5. Put cursor next to test();
  6. Press ctrl-/.

Expected Result Text is undone.

Actual Result A comment is placed in front of test();

It appears that ctrl-/ and alt-; are mapped to the same thing even though the keymap configuration says that ctrl-/ should be undo.