From da3aadf2f63a02bc6aef16eac48b98b4ff8c4689 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Jul 2014 20:53:14 +0200 Subject: vimrc: Delete the "show cursor on the left side of tabs" thing I already set the tabs to be shown differently after it anyway.. --- vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 38906db..ef4b151 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -73,10 +73,6 @@ set noexpandtab " voodoo magic set hidden -" Make the cursor be on the left side in normal mode if line starts with tab -set list lcs=tab:\ \ -" Note the extra space after the second \ - " Paste mode when pressing Insert, disables autoformating set pastetoggle= -- cgit v1.2.3-54-g00ecf