diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-03 08:35:30 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-03 08:35:30 +0000 |
commit | 22570c947c4533a5f3b47e57859b8281450184ac (patch) | |
tree | 7d5187d9d98b2c38584107265b86dff525c5c0d0 /vim | |
parent | 66a7fc787b1d83fcd10e44f658d81896ad14a050 (diff) |
Updates clipboard settings
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,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 |