change keybind for config menu
This commit is contained in:
parent
bd2b6f6b10
commit
a374719e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,4 +42,4 @@ local function configmenu()
|
|||
end)
|
||||
end
|
||||
|
||||
vim.keymap.set('n', '<leader>m', configmenu, {})
|
||||
vim.keymap.set('n', '<C-m>', configmenu, {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue