From 5b1d2482f222092ae55ec3ad23f414f5f7a1b3e3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 14 Jun 2014 20:32:13 -0400 Subject: unimpaired_paste: fix `yi` mapping (change to `yoi`) Made a mistake. Using `yi` means that commands like `yi(` don't work anymore so change the mapping to `yoi` because I can't think of anything better. --- plugin/unimpaired_paste.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/unimpaired_paste.vim b/plugin/unimpaired_paste.vim index f628fb1..6c7eba5 100644 --- a/plugin/unimpaired_paste.vim +++ b/plugin/unimpaired_paste.vim @@ -22,7 +22,7 @@ nnoremap unimpairedPaste :call setup_paste() nnoremap yo :call setup_paste()o nnoremap yO :call setup_paste()O -nnoremap yi :call setup_paste()i +nnoremap yoi :call setup_paste()i augroup unimpaired_paste autocmd! -- cgit v1.2.3