mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
f7d8dc349c
commit
eccae188a8
4 changed files with 25 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue