# HG changeset patch # User zegervdv # Date 1660984033 -7200 # Node ID 1637824c8eb07f3fbef6acab2b22024cdd54f76b # Parent b6c64ebecc3e598de2b3f63061a7c158234aaf84 only give history options after 4 chars diff -r b6c64ebecc3e -r 1637824c8eb0 .chezmoitemplates/init.lua --- a/.chezmoitemplates/init.lua Fri Aug 19 14:02:16 2022 +0200 +++ b/.chezmoitemplates/init.lua Sat Aug 20 10:27:13 2022 +0200 @@ -310,7 +310,7 @@ sources = cmp.config.sources({ { name = 'path' }, }, { - { name = 'cmdline_history' }, + { name = 'cmdline_history', keyword_length = 4 }, { name = 'cmdline', keyword_length = 4 }, }), })