From ec1fe6f68f781895eda530a37d3159431fd2edf3 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Mon, 8 Jul 2019 22:44:24 -0400 Subject: [PATCH] Create visual cues for whitespace --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index af109ae..dd1d9bd 100644 --- a/.vimrc +++ b/.vimrc @@ -87,6 +87,11 @@ syn sync fromstart " Set the color scheme to desert. colorscheme desert +" Set custom whitespace display +set list +set showbreak=↪\ +set listchars=tab:\ \ →,eol:↲,nbsp:␣,trail:•,extends:⟩,precedes:⟨ + " Unmap the arrow keys to prevent bad habits. noremap "" noremap! -- 2.20.1