diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-03-31 11:24:03 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-03-31 11:24:03 -0400 |
| commit | 2b6715b44044d6d0817ae530a9d32a3571c26223 (patch) | |
| tree | 782b4616545e1d60ccc7c2bb5fa977f2495ebc53 /nvim/lua/plugins/todos.lua | |
| parent | a083c8ec55e5101269099de399d621dc03a9dea2 (diff) | |
Change telescope keybinds
Diffstat (limited to 'nvim/lua/plugins/todos.lua')
| -rw-r--r-- | nvim/lua/plugins/todos.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/todos.lua b/nvim/lua/plugins/todos.lua index 1e5d4ad..e30547a 100644 --- a/nvim/lua/plugins/todos.lua +++ b/nvim/lua/plugins/todos.lua @@ -83,7 +83,7 @@ return { desc = "Previous todo comment" }, { - "<leader>ft", + "<C-f>t", "<cmd>TodoTelescope<cr>", mode = 'n', desc = "Open Todos in quickfix list" |
