Sat Mar 14 01:59:50 EDT 2009 ke...@sb.org * Implement tab support in the Emacs keymap Ignore-this: bb0021698ddff534146bac4df4c062f8 The Emacs keymap now supports tab commands with the prefix C-x C-t The commands are as follows: C-x C-t t -> new tab C-x C-t d -> delete tab C-x C-t n -> next tab C-x C-t p -> previous tab C-x C-t 0-9 -> jump to tab 0-9 With the exception of 0-9, all of these commands also support C-* variants that do the same thing. Support for C-x C-t 0-9 necessitated adding a new operator (>>=!), similar to (>>!) but using (>>=) instead of (>>).
M ./Yi/Keymap/Emacs.hs +11 M ./Yi/Keymap/Emacs/Utils.hs +8 M ./Yi/Keymap/Keys.hs -1 +6 --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---