From 075a051399a7b031da94d2cab6dd15b9ce179105 Mon Sep 17 00:00:00 2001 From: djib Date: Sun, 6 Oct 2019 02:06:02 +0200 Subject: [PATCH] Partial autocomplete of vim commands --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 70f8dd2..32d9525 100644 --- a/vimrc +++ b/vimrc @@ -63,6 +63,7 @@ set colorcolumn=80 set hidden " Keep previous buffer when opening a new file set wildmenu " Sexy autocomplete set wildmode=longest:full,full +set wildignorecase " Mappings let mapleader=","