add whichkey for todo
This commit is contained in:
parent
bb0dfbd1f1
commit
90c09f99ff
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ wk.register({
|
|||
["c"] = { "<cmd>BufferKill<CR>", "Close Buffer" },
|
||||
["f"] = { find_project_files, "Find File" },
|
||||
["h"] = { "<cmd>nohlsearch<CR>", "No Highlight" },
|
||||
["t"] = { "<cmd>TodoTelescope keywords=TODO,FIX<CR>", "Find TODO,FIX" },
|
||||
b = {
|
||||
name = "Buffers",
|
||||
j = { "<cmd>BufferLinePick<cr>", "Jump" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue