.vimrc: Use the OS clipboard by default

This commit is contained in:
Mathias Bynens
2012-06-08 16:05:42 +02:00
parent 9e28a886b6
commit 2e0adf002a
+2
View File
@@ -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