From c40d97090f612ba429003c36f0f7a5318c737422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Tansorier?= Date: Thu, 28 Sep 2017 15:51:37 +0200 Subject: [PATCH] vimrc: Add Explore shortcut and spacify tab space --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index 1e26058..a610a0b 100644 --- a/vimrc +++ b/vimrc @@ -35,3 +35,10 @@ augroup END set wildmenu set wildmode=longest:list,full +" set E to Explore +cabbrev E Explore + +" show existing tab with 4 spaces width +set tabstop=4 +" " when indenting with '>', use 4 spaces width +set shiftwidth=4