From 3925b3ad74049c44d2be1a82e309728dd958da34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20M=C3=A4der?= <maeder@phys.ethz.ch> Date: Thu, 11 Apr 2019 13:37:33 +0200 Subject: [PATCH] Restore vimrc clipboard to defaults --- profile/default/.vimrc | 2 +- profile/default_serial/.vimrc | 2 +- profile/schmid/.vimrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profile/default/.vimrc b/profile/default/.vimrc index 9fb368b..0f956ce 100644 --- a/profile/default/.vimrc +++ b/profile/default/.vimrc @@ -38,7 +38,7 @@ set swapfile "use swp file while a file is open set modeline "scan first/last lines of file for vim commands set modelines=5 "number of lines checked for modelines set display=lastline "show beginning of broken line at bottom of window instead of displaying @ -set clipboard=unnamed "make all operations such as yy, dd, p work with the clipboard +"set clipboard=unnamed "make all operations such as yy, dd, p work with the clipboard set wildmenu "show matches for command-line completion set wildmode=longest:full,full "define how tab completion proceeds on partial match set wildignore+=*.o,*.pdf "Let tab completion ignore certain file types diff --git a/profile/default_serial/.vimrc b/profile/default_serial/.vimrc index c2407c9..e77f3cc 100644 --- a/profile/default_serial/.vimrc +++ b/profile/default_serial/.vimrc @@ -38,7 +38,7 @@ set swapfile "use swp file while a file is open set modeline "scan first/last lines of file for vim commands set modelines=5 "number of lines checked for modelines set display=lastline "show beginning of broken line at bottom of window instead of displaying @ -set clipboard=unnamed "make all operations such as yy, dd, p work with the clipboard +"set clipboard=unnamed "make all operations such as yy, dd, p work with the clipboard set wildmenu "show matches for command-line completion set wildmode=longest:full,full "define how tab completion proceeds on partial match set wildignore+=*.o,*.pdf "Let tab completion ignore certain file types diff --git a/profile/schmid/.vimrc b/profile/schmid/.vimrc index c2407c9..e77f3cc 100644 --- a/profile/schmid/.vimrc +++ b/profile/schmid/.vimrc @@ -38,7 +38,7 @@ set swapfile "use swp file while a file is open set modeline "scan first/last lines of file for vim commands set modelines=5 "number of lines checked for modelines set display=lastline "show beginning of broken line at bottom of window instead of displaying @ -set clipboard=unnamed "make all operations such as yy, dd, p work with the clipboard +"set clipboard=unnamed "make all operations such as yy, dd, p work with the clipboard set wildmenu "show matches for command-line completion set wildmode=longest:full,full "define how tab completion proceeds on partial match set wildignore+=*.o,*.pdf "Let tab completion ignore certain file types -- GitLab