rm useless mapping
This commit is contained in:
parent
726248c2f3
commit
70f66adb59
@ -5,9 +5,6 @@ require "nvchad.mappings"
|
||||
local map = vim.keymap.set
|
||||
|
||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
map("i", "jk", "<ESC>")
|
||||
|
||||
map("n", "<leader>fm", function()
|
||||
require("conform").format()
|
||||
end, { desc = "File Format with conform" })
|
||||
|
||||
map("i", "jk", "<ESC>", { desc = "Escape insert mode" })
|
||||
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")
|
||||
|
Loading…
Reference in New Issue
Block a user