For example, in vimrc I have this: > nnoremap <silent> <Space> :nohlsearch<CR> but I can't write something like this: > (char ' ' ?>>! ex_mode "nohlsearch\n") in yi.hs, because ex_mode function (and pretty much everything related to ex commands) is hidden inside a huge where clause of Yi.Keymap.Vim.defKeymap.
Another example - I would like to be able to map ';' to ':' to enter ex commands without pressing Shift key. I can't figure out a way to do that in config file. Am I missing something? -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel