diff options
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/whichkey.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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<CR>', 'todo', noremap = true, silent = true } }, g = { name = 'git', |