Branch: refs/heads/master
  Home:   https://github.com/yi-editor/yi
  Commit: daa0864cc9bd7cbec29bffbe9506163d9dc958b2
      
https://github.com/yi-editor/yi/commit/daa0864cc9bd7cbec29bffbe9506163d9dc958b2
  Author: Dmitry Ivanov <etherc...@gmail.com>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim.hs

  Log Message:
  -----------
  Yi.Keymap.Vim now exposes exEval and exMode

exEval enables user to map events to ex commands like this:

 -- pressing space in normal mode resets search highlight
 (char ' ' ?>>! exEval self ":nohlsearch\n")

And exMode allows mapping an event to partial ex input, like this:

 -- this helps when you don't press Shift hard enough
 (char ';' ?>>! exMode self ":")


  Commit: 0d64cbddf3bdcabed9ea1c5e319a43cac8b37c3c
      
https://github.com/yi-editor/yi/commit/0d64cbddf3bdcabed9ea1c5e319a43cac8b37c3c
  Author: Jeff Wheeler <wheel...@illinois.edu>
  Date:   2012-07-01 (Sun, 01 Jul 2012)

  Changed paths:
    M yi/src/library/Yi/Keymap/Vim.hs

  Log Message:
  -----------
  Merge pull request #28 from ethercrow/expose_ex_mode

Yi.Keymap.Vim now exposes exEval and exMode


Compare: https://github.com/yi-editor/yi/compare/a7ba8c2ac80d...0d64cbddf3bd

-- 
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel

Reply via email to