This commit is contained in:
inorishio
2025-12-11 08:08:24 +01:00
parent f2b10ec900
commit f434feba89
5 changed files with 101 additions and 4 deletions
+2
View File
@@ -3,6 +3,8 @@ local map = vim.keymap.set
map("n", "<Tab>", "<Cmd>BufferLineCycleNext<CR>")
map("n", "<S-Tab>", "<Cmd>BufferLineCyclePrev<CR>")
map({"n", "v"}, "<leader>ap", require("actions-preview").code_actions)
map("n", ";", ":", { desc = "CMD enter command mode" })
-- Move selected text up