mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/ftplugin/ale-preview.vim

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"'