diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-07-05 13:54:40 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-05 13:54:40 +0800 |
commit | de327e9f13e4c04b6ad2f9869525b9beb5622829 (patch) | |
tree | 157903544519e79bc0c0407d15c9d8c9d40ee522 | |
parent | 184985165432e306eab76bd82179981b0f7481fd (diff) | |
download | dotfiles-de327e9f13e4c04b6ad2f9869525b9beb5622829.tar.bz2 |
vim: do not use system clipboard
-rw-r--r-- | _vimrc.local | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_vimrc.local b/_vimrc.local index 6da2d20..24ee646 100644 --- a/_vimrc.local +++ b/_vimrc.local @@ -17,3 +17,6 @@ set wrap " wrap long lines at a character in 'breakat' set linebreak +" do not use system clipboard +set clipboard= + |