mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: remap command keys
This commit is contained in:
parent
8bc66e3d07
commit
043c8a2e72
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
local map = vim.keymap.set
|
local map = vim.keymap.set
|
||||||
|
|
||||||
|
-- Global keymaps
|
||||||
|
map({ "n", "i", "v" }, ";", ":", { desc = "Remap command key", noremap = true })
|
||||||
|
|
||||||
-- Oil Nvim
|
-- Oil Nvim
|
||||||
map("n", "<leader>op", "<CMD>Oil<CR>", { desc = "Open parent directory" })
|
map("n", "<leader>op", "<CMD>Oil<CR>", { desc = "Open parent directory" })
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue