yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.5k stars 200 forks source link

Add C-h "suffix" keybinding #390

Open ethercrow opened 11 years ago

ethercrow commented 11 years ago

Original author: deniz.a....@gmail.com (March 14, 2009 16:32:40)

In Emacs, you can hit e.g. C-x r C-h' to see which keybindings that begin withC-x r' and their respective commands. It would be nice to have this feature in Yi as well.

Original issue: http://code.google.com/p/yi-editor/issues/detail?id=249

ethercrow commented 11 years ago

From jeffwheeler on March 15, 2009 04:33:45 I'm marking this for 0.7, although I wonder whether it should apply to a less specific ticket, instead. For 0.7, I think we seek for some type of :help or C-h -like support.

ethercrow commented 11 years ago

From JeanPhil...@gmail.com on March 15, 2009 09:09:04 This requires each action to be able to describe itself, and I have no idea how to do this in a nice way.

ethercrow commented 11 years ago

From jeffwheeler on July 29, 2009 23:07:34 I'm going to remove the 0.7 milestone from this. Nobody's been interested in developing this, and it hasn't been discussed in ages.