blob: 75f3bb502755fe90ceafef5830fd0547fdf31dcc (
plain) (
blame)
1
2
3
4
5
|
" 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"'
|