Skip to content

Commit

Permalink
rm useless mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Mar 18, 2024
1 parent 726248c commit 70f66ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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>")

0 comments on commit 70f66ad

Please sign in to comment.