20

Conemu uses CTRL+V as the short cut to “paste first line of clipboad.” I want this functionality when I’m interacting with the command-line, but when I’m in Vim I’d like Vim to handle it.

Giacomo1968
  • 53,069
  • 19
  • 162
  • 212
Chris McKenzie
  • 301
  • 2
  • 5

4 Answers4

18

You can use Ctrl + Shift + V instead.

Yasha
  • 281
  • 2
  • 3
17

For future Googlers, unbinding Ctrl + V in Settings->Keys & Macro allows Vim to handle it. You can use right-click to paste instead.

blah238
  • 303
  • 2
  • 5
1

You are using vim inside of ConEmu why don't use vim key to paste from system's clipboard to vim.

Use "*p key combinations to paste in vim.

Udesh
  • 852
  • 1
  • 8
  • 29
0

This is basically just a synthesis of the two other answers, but the workaround I ended up using was to go into Settings->Keys & Macro and change the binding for CTRL+V to CTRL+SHIFT+V.

intuited
  • 3,291
  • 7
  • 30
  • 40