fixes : yolo ace 25.05 + harppon nvim mapping

This commit is contained in:
Florian Schmitt 2025-05-18 21:50:32 +03:00
parent 0075a7a3c6
commit 709c7e23c5
3 changed files with 65 additions and 69 deletions

View file

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