mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-07 00:48:24 +02:00
new bind
This commit is contained in:
@@ -14,6 +14,8 @@ map(
|
|||||||
|
|
||||||
map("n", "<leader>fn", "<Cmd>Telescope find_files<CR>")
|
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", "v" }, "<leader>ap", require("actions-preview").code_actions)
|
||||||
|
|
||||||
map("n", "<Tab>", "<Cmd>BufferLineCycleNext<CR>")
|
map("n", "<Tab>", "<Cmd>BufferLineCycleNext<CR>")
|
||||||
|
|||||||
Reference in New Issue
Block a user