Files
vim-denote/after/ftplugin/qf.vim
2026-02-17 16:18:18 +01:00

9 lines
194 B
VimL

" Disable spell checking and set up custom mappings.
setlocal nospell
if getwininfo(win_getid())[0].loclist == 0
finish
endif
nnoremap <buffer> q :lclose<CR>
nnoremap <buffer> dd :lremove<CR>