2019-08-26 Q. ALE がチェックしたエラー箇所にジャンプしたい (Vim) Q&A Vim A. 次の設定を .vimrc に追記する nmap <silent> ]w <Plug>(ale_next_wrap) nmap <silent> [w <Plug>(ale_previous_wrap) Link Add ALE syntax checker prev/next keyboard mappings · Issue #114 · salcode/ironcode-vim - GitHub dense-analysis/ale: Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support - GitHub