Hi I’m using a Mac and Visual Studio Code along with it’s Vim extension.
(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
while in insert mode.
I tried
<code>imap <D-p> p
</code>
<code>imap <D-p> p
</code>
imap <D-p> p
In visual studio code, this looks for a file. How can I map command
in vim while using visual studio code?
New contributor
user20102550 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2