add whichkey for todo
This commit is contained in:
@@ -39,6 +39,7 @@ wk.register({
|
|||||||
["c"] = { "<cmd>BufferKill<CR>", "Close Buffer" },
|
["c"] = { "<cmd>BufferKill<CR>", "Close Buffer" },
|
||||||
["f"] = { find_project_files, "Find File" },
|
["f"] = { find_project_files, "Find File" },
|
||||||
["h"] = { "<cmd>nohlsearch<CR>", "No Highlight" },
|
["h"] = { "<cmd>nohlsearch<CR>", "No Highlight" },
|
||||||
|
["t"] = { "<cmd>TodoTelescope keywords=TODO,FIX<CR>", "Find TODO,FIX" },
|
||||||
b = {
|
b = {
|
||||||
name = "Buffers",
|
name = "Buffers",
|
||||||
j = { "<cmd>BufferLinePick<cr>", "Jump" },
|
j = { "<cmd>BufferLinePick<cr>", "Jump" },
|
||||||
|
|||||||
Reference in New Issue
Block a user