using a MacBook Air and Visual Studio and Vim. (Note: I’ve tried this solution but it does not work How to map CMD+P to CTRL+P without actually modifiying CMD from root)
Anyways, I want to map command p
to p
.
Mapping control works map <C-p> p
, but I want command as it is easier for me to press.
I tried
map <D-p> p
In the terminal, this tries to print something. In visual studio, this look for a file. How can I map command in vim while using visual studio? (I’ve read that we can’t bind command in terminal, but if there is way that would be good too)
user20102550 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.