summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-19 20:53:48 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-19 20:53:48 +0000
commitf9cf51e66adde48631cb4b491c13b49b937b6f15 (patch)
tree473f38999c9dbdb161d70bc43aa74b361fd5c019
parent97f28ea50c1646405ac9a18a9e57f5f6eb75aa32 (diff)
Supposedly improves the clipboard
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 62974f8..04d545c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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