diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-06 11:21:03 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-06 11:21:03 +0000 |
commit | e89978a706940338caa413a9a385863a1d52998f (patch) | |
tree | 07112329e66181464bace6a1810bf739d96c55f1 | |
parent | e9e9aedc7cf7f521485fcde69e36a117fd3ba70d (diff) |
[vimrc] Remove clipboard = ... to fix vim-vinegar bug
-rw-r--r-- | .qutebrowser/quickmarks | 1 | ||||
-rw-r--r-- | .vim/vimrc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.qutebrowser/quickmarks b/.qutebrowser/quickmarks index c9d3450..9e0b00c 100644 --- a/.qutebrowser/quickmarks +++ b/.qutebrowser/quickmarks @@ -6,3 +6,4 @@ Khoi's git http://bknguyen.org/cgit Facebook https://www.facebook.com/ LinkedIn https://www.linkedin.com/nhome/ The Economist http://www.economist.com/ +Richard Stallman https://www.stallman.org/ @@ -171,7 +171,6 @@ set noautochdir set cpoptions+=Iq set encoding=utf-8 set mouse=a -set clipboard=unnamedplus set lazyredraw set hidden |