Replies: 1 comment
-
put this configuration in you settings "vim.normalModeKeyBindingsNonRecursive": [
// system clipboard in normal mode
{
"before": [ "<leader>", "y" ],
"after": [ "\"", "*", "y" ],
"recursive": false
},
{
"before": [ "<leader>", "p" ],
"after": [ "\"", "*", "p" ],
"recursive": false
},
],
"vim.visualModeKeyBindingsNonRecursive": [
// system clipboard in visiul mode
{
"before": [ "<leader>", "y" ],
"after": [ "\"", "*", "y" ],
},
{
"before": [ "<leader>", "p" ],
"after": [ "\"", "*", "p" ],
},
], |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to remap,
Can I do it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions