minor fix

This commit is contained in:
js0ny 2025-12-10 15:27:08 +00:00
parent f7d8dc349c
commit eccae188a8
4 changed files with 25 additions and 1 deletions

View file

@ -34,7 +34,7 @@ end
M.set_buf_keymaps_prefix = function(maps)
local n_prefix = "<leader>m"
local i_prefix = "<C-m>"
local i_prefix = "<C-;>" -- Using C-M will stuck when <CR>
if not maps then
return
end