chore: upgrade map for toggleterm group

This commit is contained in:
João Paulo Dubas 2024-07-22 18:25:20 +00:00
parent 1293704600
commit 6493c970e3
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -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', {