From bb20d815e019357faf1777b6da18b832630fedfe Mon Sep 17 00:00:00 2001 From: Mickael Daniel Date: Fri, 28 Sep 2018 01:40:46 +0200 Subject: [PATCH] mappings: easier time pasing content using --- plugin/split-term.vim | 3 +++ readme.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/plugin/split-term.vim b/plugin/split-term.vim index 3d6deaf..8396901 100644 --- a/plugin/split-term.vim +++ b/plugin/split-term.vim @@ -37,6 +37,9 @@ fun! s:defineMaps() nnoremap j nnoremap k nnoremap l + + " Easier time when pasting content in terminal mode with + tnoremap 'pi' endfunction " Opens up a new buffer, either vertical or horizontal. Count can be used to diff --git a/readme.md b/readme.md index 5a2bc03..1eb9e04 100644 --- a/readme.md +++ b/readme.md @@ -28,6 +28,9 @@ initial user experience within a terminal Buffer is not perfect: are inactive in favor of the terminal implementation (which is in this case delete previous word) +- Pasting content in terminal can be troublesome. This plugin makes it a little + bit easier to paste content in terminal mode using ``. + This plugin aims to alleviate some of these issues, for a better terminal buffer experience.