nvim: default telescope bindings

they are better actually
This commit is contained in:
Primrose 2025-07-08 22:13:31 +02:00
parent 7ae86384f6
commit 7f6ed24d2d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 8 additions and 9 deletions

View file

@ -74,7 +74,7 @@ vim.api.nvim_create_autocmd("WinClosed", {
vim.keymap.set("n", "<leader>z", ":NoNeckPain<CR>")
-- Todo-Comments
vim.keymap.set("n", "<leader>/t", function() vim.cmd("TodoTelescope") end)
vim.keymap.set("n", "<leader>st", function() vim.cmd("TodoTelescope") end)
-- Undotree
vim.keymap.set("n", "<leader>u", function()