File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ fun! s:defineMaps()
3737 nnoremap <buffer> <C-Down> <C-w> j
3838 nnoremap <buffer> <C-Up> <C-w> k
3939 nnoremap <buffer> <C-Right> <C-w> l
40+
41+ " Easier time when pasting content in terminal mode with <C-v>
42+ tnoremap <expr> <C-v> '<C-\><C-N> pi'
4043endfunction
4144
4245" Opens up a new buffer, either vertical or horizontal. Count can be used to
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ initial user experience within a terminal Buffer is not perfect:
2828 are inactive in favor of the terminal implementation (which is in this case
2929 delete previous word)
3030
31+ - Pasting content in terminal can be troublesome. This plugin makes it a little
32+ bit easier to paste content in terminal mode using ` <C-v> ` .
33+
3134This plugin aims to alleviate some of these issues, for a better terminal
3235buffer experience.
3336
You can’t perform that action at this time.
0 commit comments