From a947244e747fb6c93eb0b79a390d01b0fd23bfbd Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 28 Dec 2023 12:39:41 +0100 Subject: up --- .config/nvim/after/plugin/whichkey.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config/nvim/after') diff --git a/.config/nvim/after/plugin/whichkey.lua b/.config/nvim/after/plugin/whichkey.lua index 9635ce0..4e539db 100644 --- a/.config/nvim/after/plugin/whichkey.lua +++ b/.config/nvim/after/plugin/whichkey.lua @@ -35,6 +35,7 @@ wk.register({ s = { function() ts.grep_string({ search = vim.fn.input("Grep > ") }) end, 'grep string', noremap = true, silent = true }, + t = { ':TodoTelescope keywords=TODO,HACK,WARN,PERF,NOTE,TEST', 'todo', noremap = true, silent = true } }, g = { name = 'git', -- cgit v1.2.3