X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Fcfg_query.lua;h=0b1d75a3bbc41f121aaa55a12e7488bbeaff5700;hb=f869221ce49f0fb7cca48eee28daff8684305963;hp=84f7da631271437602c3629f7d29c949108b2e16;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/etc/cfg_query.lua b/etc/cfg_query.lua index 84f7da6..0b1d75a 100644 --- a/etc/cfg_query.lua +++ b/etc/cfg_query.lua @@ -110,8 +110,15 @@ defbindings("WInput", { mod_query.set{ -- Auto-show completions? autoshowcompl=true, + -- Delay for completion after latest keypress/modification in -- milliseconds autoshowcompl_delay=250, + + -- Case-insensitive completion? (Some queries only.) + caseicompl=true, + + -- Sub-string completion? (Some queries only.) + caseicompl=true, } --]]