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.
Asked
Active
Viewed 6,903 times
20
-
Per-application hotkeys are not supported. Yet at least. – Maximus Mar 04 '15 at 21:37
-
@Maximus any update on this? I don't care about using Ctrl-V outside of Vim. – blah238 Oct 17 '15 at 01:00
-
Never mind, I added an answer that works for me. – blah238 Oct 17 '15 at 01:04
4 Answers
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