fixes : yolo ace 25.05 + harppon nvim mapping
This commit is contained in:
parent
0075a7a3c6
commit
709c7e23c5
3 changed files with 65 additions and 69 deletions
|
@ -1,7 +1,9 @@
|
|||
require "nvchad.mappings"
|
||||
|
||||
local map = vim.keymap.set
|
||||
local nomap = vim.keymap.set
|
||||
|
||||
nomap({ "i", "x", "n", "s" }, "<leader>h")
|
||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
map("i", "jk", "<ESC>")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue