Skip to content

Commit

Permalink
Yi.Keymap.Vim now exposes exEval and exMode
Browse files Browse the repository at this point in the history
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 ":")
  • Loading branch information
ethercrow committed Jun 27, 2012
1 parent 1946e65 commit daa0864
Showing 1 changed file with 425 additions and 424 deletions.
Loading

0 comments on commit daa0864

Please sign in to comment.