From 7909b42b12a73d2908658d729c717ae466e3714a Mon Sep 17 00:00:00 2001 From: Spike Grobstein Date: Thu, 4 Aug 2022 07:53:23 -0700 Subject: [PATCH] fix an issue with up/down arrows pasting lines from clipboard --- init/options.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init/options.vim b/init/options.vim index 5dc69e2..74396b8 100644 --- a/init/options.vim +++ b/init/options.vim @@ -143,3 +143,7 @@ require('fzf-lua').setup{ preview_opts = 'hidden' } EOF + +" fixes an issue with up/down arrows pasting lines from the clipboard +let g:AutoClosePreserveDotReg = 0 +