This commit is contained in:
2026-05-21 17:59:26 +02:00
parent 26e76a065b
commit 626a11d76f
+2
View File
@@ -14,6 +14,8 @@ map(
map("n", "<leader>fn", "<Cmd>Telescope find_files<CR>")
map("n", "<leader>ww", "<Cmd>lua vim.diagnostic.open_float()<CR>")
map({ "n", "v" }, "<leader>ap", require("actions-preview").code_actions)
map("n", "<Tab>", "<Cmd>BufferLineCycleNext<CR>")