From 28e4f31b093fd84a54a76706bec8478b85e91811 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Tue, 2 Oct 2018 15:42:41 +0200 Subject: [PATCH] Add mapping for next ALE error --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 5f36aad..f81dbef 100644 --- a/init.vim +++ b/init.vim @@ -188,6 +188,8 @@ nnoremap 3 nnoremap 3 " ctrl-r in visual mode to replace selected text vnoremap "hy:%s/h//g + +nmap an :ALENext "}}} " P L U G I N S{{{