Update mappings

This commit is contained in:
2024-09-12 12:37:05 +02:00
parent 250e658a77
commit 6e594cf4bf
3 changed files with 8 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ local M = {
["0"] = { "^", desc = "Go to first non blank character in line" },
["<leader>0"] = { "0", desc = "Go to true line beggining" },
["<leader>q"] = { ":noh<CR>", desc = "Clear highlights" },
-- buffer
["<leader>bs"] = { ":write <CR>", desc = "Save buffer" },
["<C-k>"] = { "<cmd>cnext<CR>zz" },