mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
QuickFix quality of life (#435)
* Exclude the quickfix buffer from the barbar buffer list * Add mapping and function to toggle the quickfix window
This commit is contained in:
parent
12b5dc796f
commit
d0f87322f9
3 changed files with 13 additions and 1 deletions
|
@ -63,3 +63,6 @@ vim.api.nvim_set_keymap('n', 'gx', ":call netrw#BrowseX(expand((exists('g:netrw_
|
|||
-- map <leader>n <Plug>(miniyank-cycle)
|
||||
-- map <leader>N <Plug>(miniyank-cycleback)
|
||||
-- ]])
|
||||
|
||||
-- Toggle the QuickFix window
|
||||
vim.api.nvim_set_keymap('', '<C-q>', ':call QuickFixToggle()<CR>', {noremap = true, silent = true})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue