???
This commit is contained in:
parent
2606c2f6c7
commit
fe031e5bf5
|
@ -1,5 +1,7 @@
|
|||
local map = vim.keymap.set
|
||||
|
||||
|
||||
|
||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
|
||||
map("i", "<C-h>", "<Left>", { desc = "move left" })
|
||||
|
|
Loading…
Reference in New Issue