feat: remap command keys

This commit is contained in:
fm39hz-workstation 2024-05-13 10:23:16 +07:00
parent 8bc66e3d07
commit 043c8a2e72

View file

@ -4,6 +4,9 @@
local map = vim.keymap.set
-- Global keymaps
map({ "n", "i", "v" }, ";", ":", { desc = "Remap command key", noremap = true })
-- Oil Nvim
map("n", "<leader>op", "<CMD>Oil<CR>", { desc = "Open parent directory" })