Skip to content
Snippets Groups Projects
Commit 3925b3ad authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Restore vimrc clipboard to defaults

parent ea4f4c63
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment