diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-05-06 10:36:15 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-05-06 10:36:15 +0200 |
| commit | 4d1f5dbada37257b7db1fbf616f7d6eadb3e9623 (patch) | |
| tree | aaaf3978fa107fe3b1d1337635193d9f6287baaf | |
| parent | e80cb0080aa7487b74415e7aa6320a387568b866 (diff) | |
| download | dotfiles-4d1f5dbada37257b7db1fbf616f7d6eadb3e9623.tar.gz dotfiles-4d1f5dbada37257b7db1fbf616f7d6eadb3e9623.zip | |
vim: use always the clipboard.
| -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 |
