comparison .chezmoitemplates/init.lua @ 541:80622cb35a3e

do not set title from nvim
author zegervdv <zegervdv@me.com>
date Fri, 28 Jan 2022 16:36:32 +0100
parents e932c2076dba
children 15d6c097f1c9
comparison
equal deleted inserted replaced
540:9036f18c5ad4 541:80622cb35a3e
638 opt.cindent = true -- C-syntax based indenting 638 opt.cindent = true -- C-syntax based indenting
639 639
640 opt.updatetime = 300 -- Faster triggering of CursorHold events 640 opt.updatetime = 300 -- Faster triggering of CursorHold events
641 641
642 opt.errorbells = false -- Don't you beep to me 642 opt.errorbells = false -- Don't you beep to me
643 opt.title = true -- Set the title for WezTerm to detect 643 opt.title = false -- Don't set the shell title
644 644
645 opt.history = 1000 -- Remember last commands 645 opt.history = 1000 -- Remember last commands
646 646
647 opt.wildmenu = true -- Command completion 647 opt.wildmenu = true -- Command completion
648 opt.wildmode = 'longest:full,full' 648 opt.wildmode = 'longest:full,full'