This commit is contained in:
doryan 2024-12-14 02:54:50 +04:00
parent 2606c2f6c7
commit fe031e5bf5

View File

@ -1,5 +1,7 @@
local map = vim.keymap.set
map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "<C-h>", "<Left>", { desc = "move left" })