From 2e0adf002adbbfbc2d8dfc53a40046010d0e4c95 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 8 Jun 2012 16:05:42 +0200 Subject: [PATCH] .vimrc: Use the OS clipboard by default --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) 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