Browse Source

Add Ctrl-V inside neovim terminal

Thomas Dy 9 years ago
parent
commit
ea8ad35d47
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -121,6 +121,10 @@ if has('nvim')
   tmap <C-P> <C-\><C-N><C-P>
   tmap <C-O> <C-\><C-N><C-O>
 
+  tnoremap <C-V><C-V><C-V> <C-V><C-V>
+  tnoremap <C-V><C-V> <C-V>
+  tnoremap <C-V> <C-\><C-N>"+pi
+
   autocmd BufWinEnter,WinEnter term://* startinsert
 endif