diff options
author | Joe <rbo@gmx.us> | 2023-12-28 12:39:41 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-28 12:39:41 +0100 |
commit | a947244e747fb6c93eb0b79a390d01b0fd23bfbd (patch) | |
tree | 3a3e2b51ee19b1a7c9f85b726735a35317a41baf /.config/nvim/after/plugin | |
parent | up (diff) | |
download | dotfiles-bsd-a947244e747fb6c93eb0b79a390d01b0fd23bfbd.tar.gz dotfiles-bsd-a947244e747fb6c93eb0b79a390d01b0fd23bfbd.tar.bz2 dotfiles-bsd-a947244e747fb6c93eb0b79a390d01b0fd23bfbd.tar.xz dotfiles-bsd-a947244e747fb6c93eb0b79a390d01b0fd23bfbd.tar.zst dotfiles-bsd-a947244e747fb6c93eb0b79a390d01b0fd23bfbd.zip |
up
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', |