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