aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
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=<Insert>