From df783ebc04410b2573ec4ea1a8fc40a2dcfe84cb Mon Sep 17 00:00:00 2001 From: arobase-che Date: Mon, 18 Jan 2016 06:06:19 +0100 Subject: Ajout Killer-Feature / Copy-Past --- plugin/perso.vim | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugin/perso.vim b/plugin/perso.vim index f736e10..29143fb 100644 --- a/plugin/perso.vim +++ b/plugin/perso.vim @@ -6,6 +6,15 @@ set expandtab set shiftwidth=2 set softtabstop=2 set cindent +set clipboard=unnamed +set ruler + +map j j +map k k +map h h +map l l + + set encoding=utf-8 -- cgit v1.2.3