I code a lot of HTML and I'd like to map CTRL+>
to >
and CTRL+<
to <
respectively, to make it easier when typing out lots of text featuring those symbols.
After checking the Vim manual, I tried using imap <C->> >
, imap <C-\>> >
and even imap <C-S-.> >
but so far I've had no success. Any ideas?