From 5028763d757f9fdc7077d214c137b0a08b3d5993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20DUBARD?= <loic.dubard@ensiie.fr> Date: Thu, 3 Oct 2019 14:57:45 +0200 Subject: [PATCH] Update .vimrc --- .vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index f0f5222..8415bda 100644 --- a/.vimrc +++ b/.vimrc @@ -142,9 +142,9 @@ set termencoding=utf-8 set nocompatible syntax on colorscheme koehler -inoremap " ""<left> +""inoremap " ""<left> inoremap ' ''<left> -inoremap ( ()<left> +"inoremap ( ()<left> inoremap [ []<left> inoremap { {}<left> inoremap / //<left> @@ -155,3 +155,5 @@ set mouse=a filetype plugin indent on set shiftwidth=4 set tabstop=4 +set hlsearch +set clipboard=unnamedplus -- GitLab