mirror of
https://github.com/dense-analysis/ale
synced 2024-12-18 04:15:39 +00:00
6 lines
201 B
VimL
6 lines
201 B
VimL
" Close the ALEPreviewWindow window with the q key.
|
|
noremap <buffer> q :q!<CR>
|
|
|
|
let b:undo_ftplugin = get(b:, 'undo_ftplugin', 'execute')
|
|
let b:undo_ftplugin .= ' | execute "silent! unmap <buffer> q"'
|