fix missing key
This commit is contained in:
parent
57be0c0044
commit
00a1d57005
2 changed files with 3 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ function M.toggle_interactive()
|
|||
|
||||
vim.fn.chansend(vim.b.terminal_job_id, binary .. '\n')
|
||||
|
||||
vim.keymap.set('t', config.run_panel.close_key, function()
|
||||
vim.keymap.set('t', '<c-q>', function()
|
||||
M.toggle_interactive()
|
||||
end, { buffer = term_buf, silent = true })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue