2018-03-31 10:55:20 -04:00
|
|
|
" Close the ALEFixSuggest window with the q key.
|
|
|
|
noremap <buffer> q :q!<CR>
|
2024-01-07 10:14:20 -05:00
|
|
|
|
|
|
|
let b:undo_ftplugin = get(b:, 'undo_ftplugin', 'execute')
|
|
|
|
let b:undo_ftplugin .= ' | execute "silent! unmap <buffer> q"'
|