diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-19 20:53:48 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-19 20:53:48 +0000 |
commit | f9cf51e66adde48631cb4b491c13b49b937b6f15 (patch) | |
tree | 473f38999c9dbdb161d70bc43aa74b361fd5c019 | |
parent | 97f28ea50c1646405ac9a18a9e57f5f6eb75aa32 (diff) |
Supposedly improves the clipboard
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ command! Vlist botright vertical copen | vertical resize 50 nnoremap <leader>v : Vlist<CR> " }}} " Options {{{ +set clipboard=unnamed,unnamedplus " just past in with out needing "* set autoread set exrc set secure |