chore: upgrade map for toggleterm group
This commit is contained in:
parent
1293704600
commit
6493c970e3
@ -183,8 +183,8 @@ return {
|
||||
keys = function()
|
||||
local status_ok, which_key = pcall(require, 'which-key')
|
||||
if status_ok then
|
||||
which_key.register {
|
||||
['<leader>m'] = { name = 'Toggle ter[m]inal', _ = 'which_key_ignore' },
|
||||
which_key.add {
|
||||
{ '<leader>m', group = 'Toggle ter[m]inal' },
|
||||
}
|
||||
end
|
||||
vim.api.nvim_create_autocmd('TermOpen', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user