I can\'t seem to find a way to map
and
in Vim. Is it possible?
It seems @Prince Goulash is correct, but I have found a solution that has worked for my needs. How I got around this limitation is by creating bindings in my actual terminal emulator, which allows bindings such as
, that outputs a random string (so I don't accidentally hit it, usually 3 nums followed by the char I want bound with ctrl) which is then bound to the command I wanted it to be bound to in vim. Not quite as portable, but it's worked like a charm.