Is it possible to map a key according to a varible? e.g. let fromKey = 'a' let toKey = 'b' map fromKey toKey
(I know the above isn't possible at least I couldn't get it to work, which of course makes sense as the manual doesn't seem to talk about working with strings and keymaps at the same time anywhere) The deal is that I wanna store my keys in a dictionary - the keys are 'fromKey' and the values are 'toKey'. Is this possible in any way? qff --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
