💻 Software
Mapping Left Alt key in Vim?
Fresh5 days ago
Mar 15, 202614963 viewsConfidence Score0%
0%
Problem
I am able to map the key combination Right Alt+Left Arrow with or by . But I am not able to map the Left Alt key. Is there a way to do that? Edit: Just to clarity means Alt+Left Arrow. The important question here is what is difference between Left Alt and Right Alt from the perspective of keymappin…
Error Output
<a-left>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Mapping Left Alt key in Vim?
Low Risk
If you do in vim, you'll see that the only modifiers Vim recognizes are shift, control, alt/meta (treated as synonyms), and the Mac command key. You could easily use xmodmap to map your right alt key to a new modifier that Vim recognizes, but perhap…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix