# HG changeset patch # User zegervdv # Date 1636471384 -3600 # Node ID 4ad3b5ada36bc045c9c16b1d08f2733fc90a49aa # Parent bed1479d9b102ac649840a1f0b1eaac391aff0b9 Add listchar for tab (fixes ^I in text) diff -r bed1479d9b10 -r 4ad3b5ada36b .chezmoitemplates/init.lua --- 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)