diff options
author | ZeLibertineGamer <zlg@zelibertinegamer.me> | 2016-11-13 22:47:45 -0800 |
---|---|---|
committer | ZeLibertineGamer <zlg@zelibertinegamer.me> | 2016-11-13 22:47:45 -0800 |
commit | c3d2ca0e02a4039a993c60c2c0a6dbfbf573520b (patch) | |
tree | 9b4125b51b7f08ce817654ba452f57f7d3c1714c | |
parent | Correct foldtext function (diff) | |
download | vimrc-c3d2ca0e02a4039a993c60c2c0a6dbfbf573520b.tar.gz vimrc-c3d2ca0e02a4039a993c60c2c0a6dbfbf573520b.tar.bz2 vimrc-c3d2ca0e02a4039a993c60c2c0a6dbfbf573520b.tar.xz vimrc-c3d2ca0e02a4039a993c60c2c0a6dbfbf573520b.zip |
Disable list by default
-rw-r--r-- | vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ set mouse=n " Interface {{{1 set display+=lastline -set list +" I changed my mind... a toggle is best +set nolist "set listchars=tab:⇥\ ,trail:␣,extends:⇉,precedes:⇇,nbsp:⚭ if &termencoding ==# 'utf-8' || &encoding ==# 'utf-8' let &listchars = "tab:\u21e5 ,extends:\u21c9,precedes:\u21c7,nbsp:\u26ad" |