mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: default telescope bindings
they are better actually
This commit is contained in:
parent
7ae86384f6
commit
7f6ed24d2d
2 changed files with 8 additions and 9 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue