Re: Unable to map keys
Hello,
After a long search (I'm a Vim noob), I found a tip for inserting a blank line and staying in normal mode. I added the following code to _viemurc:
normalmap ,o o<Esc>k
normalmap ,O O<Esc>j
but for some reason a "," (i.e. ,o or ,O) mapping doesn't work in viemu. When I change the mapping to <C-something> it works fine. This mapping ",o" also works in (G)Vim.
Any ideas?
2) Later I remembered that "," is used for another purpose and defining ",o" is slowing the response time of Vim. Any free character I can use for my macros?
Thanks.
Last edited by oshmoz (2008-07-08 09:31:36)