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