X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.vimrc;fp=.vimrc;h=dd1d9bd0820de0e667f94604e20fed943137d690;hp=af109ae7fd85b6c83126890e8beb1e7f71f9346b;hb=ec1fe6f68f781895eda530a37d3159431fd2edf3;hpb=b08273b399ed39e5917bf8b081a99de5566e0511 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!