diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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> |