mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
q in neotest windows
This commit is contained in:
@@ -27,6 +27,9 @@ vim.api.nvim_create_autocmd('FileType', {
|
|||||||
'notify',
|
'notify',
|
||||||
'qf',
|
'qf',
|
||||||
'query',
|
'query',
|
||||||
|
'neotest-summary',
|
||||||
|
'neotest-output',
|
||||||
|
'neotest-output-panel',
|
||||||
},
|
},
|
||||||
callback = function()
|
callback = function()
|
||||||
vim.keymap.set('n', 'q', vim.cmd.close, { desc = 'Close the current buffer', buffer = true })
|
vim.keymap.set('n', 'q', vim.cmd.close, { desc = 'Close the current buffer', buffer = true })
|
||||||
|
|||||||
Reference in New Issue
Block a user