ale/ftplugin/ale-preview.vim

6 lines
201 B
VimL
Raw Permalink Normal View History

" Close the ALEPreviewWindow window with the q key.
noremap <buffer> q :q!<CR>
2023-11-19 09:13:56 +00:00
let b:undo_ftplugin = get(b:, 'undo_ftplugin', 'execute')
let b:undo_ftplugin .= ' | execute "silent! unmap <buffer> q"'