How do I map alt+< and alt+>?
I’ve tried something like: map global normal <a-s-.> but it didn’t work.
<gt> and <lt> would be my first guess.
I had a similar question a couple weeks ago.
Basically it looks like this:
map global normal <a-lt> 'something'
3 Likes
For reference the keys are in keys.cc.
Currently
-
Return ⇒
ret -
Space ⇒
space -
Tab ⇒
tab -
< ⇒
lt -
> ⇒
gt -
Backspace ⇒
backspace -
Escape ⇒
esc -
Up ⇒
up -
Down ⇒
down -
Left ⇒
left -
Right ⇒
right -
Page Up ⇒
pageup -
Page Down ⇒
pagedown -
Home ⇒
home -
End ⇒
end -
Insert ⇒
ins -
Delete ⇒
del -
+ ⇒
plus -
- ⇒
minus -
; ⇒
semicolon -
% ⇒
percent