From cee0d37c814a2e9c3c5623b431cb65ea8a0ef4e7 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 9 Aug 2022 17:54:45 +0200 Subject: [PATCH] vimrc: modernise ALE bindings --- .vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index ae6319e..b73423f 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -449,8 +449,8 @@ nnoremap l :exec &conceallevel ? "set conceallevel=0" : "set concealleve nnoremap d :GitGutterLineHighlightsToggle " ALE bindings -nmap (ale_previous_wrap) -nmap (ale_next_wrap) +nmap :ALEPreviousWrap +nmap :ALENextWrap nnoremap a :ALEDetail " ------ wayland copy