Vscode-neovim: Copy paste in visual mode

Created on 22 Feb 2020  路  4Comments  路  Source: asvetliakov/vscode-neovim

Suppose I made a selection in visual mode and I now want to access clipboard features. I noticed that CTRL+C doesn't work. What _can_ I do to copy the selection to the system clipboard? Do I have to copy through the command palette every time or is there a better way?

question

Most helpful comment

"+y

Just like in vim. This is a vim plugin, so it works the same as in vim. ctrl-c is cancel in vim.

All 4 comments

\

"+y

Just like in vim. This is a vim plugin, so it works the same as in vim. ctrl-c is cancel in vim.

Unbinding <C-c> would also work

Fair enough, thanks for the tips!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

haberdashPI picture haberdashPI  路  3Comments

mizagog picture mizagog  路  5Comments

erlais picture erlais  路  3Comments

joshua7v picture joshua7v  路  4Comments

DrakeXiang picture DrakeXiang  路  5Comments