Mercurial > dotfiles
diff .chezmoitemplates/init.lua @ 485:4ad3b5ada36b
Add listchar for tab (fixes ^I in text)
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 09 Nov 2021 16:23:04 +0100 |
parents | bed1479d9b10 |
children | 3449f059b93e |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Tue Nov 09 12:24:39 2021 +0100 +++ b/.chezmoitemplates/init.lua Tue Nov 09 16:23:04 2021 +0100 @@ -530,7 +530,7 @@ -- Show certain characters opt.list = true -opt.listchars = { trail = '·', extends = '>', precedes = '<', nbsp = '+' } +opt.listchars = { trail = '·', extends = '>', precedes = '<', nbsp = '+', tab = '▸ ' } opt.sessionoptions:remove 'options' -- Remove options from saved sessions (reload from config)