feat: remap command keys

pull/99/head
fm39hz-workstation 2024-05-13 10:23:16 +07:00 committed by fm39hz-laptop
parent 7f321e1627
commit 4bcb46a6ad
1 changed files with 3 additions and 0 deletions

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" })