add whichkey for todo

This commit is contained in:
2023-09-12 10:49:14 +02:00
parent bb0dfbd1f1
commit 90c09f99ff

View File

@@ -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" },