nvim: change terminal popup mapping
This commit is contained in:
parent
ceced44d27
commit
58665e872f
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ return {
|
|||
"akinsho/toggleterm.nvim",
|
||||
version = "*",
|
||||
opts = {
|
||||
open_mapping = "<leader>t",
|
||||
open_mapping = [[<C-\>]],
|
||||
insert_mappings = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue