aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 285280d..59fc373 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -67,8 +67,8 @@ set noexpandtab
" Automatically hide buffers instead of requiring bangcommands
set hidden
-" Paste mode when pressing Insert, disables autoformating
-set pastetoggle=<Insert>
+" Yank to clipboard/selection by default
+set clipboard=unnamed,unnamedplus
" Installation check.
NeoBundleCheck