vimrc: modernise ALE bindings
This commit is contained in:
parent
e060b3e19a
commit
cee0d37c81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user