diff options
author | Cody Hiar <cody@hiar.ca> | 2021-02-11 16:26:26 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-02-11 16:27:14 -0700 |
commit | 7858a0e1275e3acc6222fffcc2d46cf067d3fabe (patch) | |
tree | d8fa402514d70355510d2c319fb168cd1772c46e | |
parent | c64ac06666b47d60af296f21f3202aa526036ee5 (diff) |
Use the system clipboard
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 737ce81..3e651e2 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -21,6 +21,7 @@ set backspace=2 " Make backspace work like most other programs set hidden " Allow hidden buffers, no complain about unsaved work set nostartofline " Don't jump cursor to start of line set spelllang=en_ca " Set spelling language to Canadian English +set clipboard=unnamedplus " Use the system clipboard " Custom status line |