Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
fix an issue with up/down arrows pasting lines from clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
spikegrobstein committed Aug 4, 2022
1 parent ad852bf commit 7909b42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init/options.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7909b42

Please sign in to comment.