FG
💻 Software

MacVim: Re-map command key combinations like <d-f>

Fresh5 days ago
Mar 15, 20265609 views
Confidence Score0%
0%

Problem

I can remap unused combinations like (Cmd+1) in MacVim, but there are many combinations like , or that are already bound to MacVim menu items. If I try to remap those inside my .vimrc, nothing changes. Is there some way I can remap those combinations inside MacVim, or stop MacVim from assigning the…

Error Output

<d-1>

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: MacVim: Re-map command key combinations like <d-f>

Low Risk

Found it: Command-T recommends using the following snippet: So basically you unmap the respective menu item, and then you are free to map the shortcut you were trying to map. (I'm not sure what the ampersand is doing; it works with and without it.) …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment