vimrc: modernise ALE bindings

This commit is contained in:
surtur 2022-08-09 17:54:45 +02:00
parent e060b3e19a
commit cee0d37c81
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -449,8 +449,8 @@ nnoremap <Leader>l :exec &conceallevel ? "set conceallevel=0" : "set concealleve
nnoremap <Leader>d :GitGutterLineHighlightsToggle<cr>
" ALE bindings
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
nmap <silent> <C-k> :ALEPreviousWrap<cr>
nmap <silent> <C-j> :ALENextWrap<cr>
nnoremap <Leader>a :ALEDetail<cr>
" ------ wayland copy