diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-15 20:53:14 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-15 20:53:14 +0200 |
commit | da3aadf2f63a02bc6aef16eac48b98b4ff8c4689 (patch) | |
tree | 7d0f5461f650c7696144ce533a4443e99b0d5b3e /vim | |
parent | f06caad01336218d28064cbf3c9b873e4985a5c5 (diff) | |
download | dotfiles-da3aadf2f63a02bc6aef16eac48b98b4ff8c4689.tar.xz |
vimrc: Delete the "show cursor on the left side of tabs" thing
I already set the tabs to be shown differently after it anyway..
Diffstat (limited to 'vim')
-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> |