aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:25:42 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:25:42 +0200
commit49a897667fd3e446ccba382178a286a61d863f57 (patch)
tree49db9a83fd85c1a7c4a19042901e48f63eaa55ef /vim
parent398d7feb09ca4a1996437707c121773b2900cf9a (diff)
downloaddotfiles-49a897667fd3e446ccba382178a286a61d863f57.tar.xz
vim: Yank to clipboard and selection by default
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
Diffstat (limited to 'vim')
-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