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?
\
"+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!
Most helpful comment
Just like in vim. This is a vim plugin, so it works the same as in vim. ctrl-c is cancel in vim.