" Sets the highlight for selected items within the picker. highlight default link TelescopeSelection Visual " "Normal" in the floating windows created by telescope. highlight default link TelescopeNormal Normal " This is like "" in your terminal. " To use it, do `cmap (TelescopeFuzzyCommandSearch) cnoremap (TelescopeFuzzyCommandSearch) e \ "lua require('telescope.builtin').command_history { \ default_text = [=[" . escape(getcmdline(), '"') . "]=] \ }" " TODO: Make a real perf module that works nicer. Probably something for " another night :) lua PERF = function(...) end