diff options
| -rw-r--r-- | vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ set nowrap set nobackup set noswapfile +" Use always the clipboard. +" NOTE: this only works if you have vim with clipboard support. You can check +" this by calling vim --version and see if you have +clipboard. +set clipboard=unnamed + "" " Colorscheme |
