aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-06-08 16:05:42 +0200
committerMathias Bynens <mathias@qiwi.be>2012-06-08 16:05:42 +0200
commit2e0adf002adbbfbc2d8dfc53a40046010d0e4c95 (patch)
tree74cf6a83d6beb06307c8f0f1f601fbe02bbfb691 /.vimrc
parent9e28a886b65974ff692b90d383e3f0635c34991c (diff)
downloaddotfiles-2e0adf002adbbfbc2d8dfc53a40046010d0e4c95.tar.gz
dotfiles-2e0adf002adbbfbc2d8dfc53a40046010d0e4c95.tar.bz2
dotfiles-2e0adf002adbbfbc2d8dfc53a40046010d0e4c95.zip
.vimrc: Use the OS clipboard by default
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index ab3d3fb..bd7b476 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,5 +1,7 @@
" Make vim more useful
set nocompatible
+" Use the OS clipboard by default (on versions compiled with `+clipboard`)
+set clipboard=unnamed
" Enhance command-line completion
set wildmenu
" Allow cursor keys in insert mode