diff --git a/vim/vimrc b/vim/vimrc index 5f44ebb..a11e604 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -152,6 +152,12 @@ call plug#end() " press / instead of _ nnoremap :NERDTreeToggle nnoremap :ALEToggle +nmap [W (ale_first) +nmap ]W (ale_last) +nmap [w (ale_previous_wrap) +nmap ]w (ale_next_wrap) +nmap [e (ale_previous_wrap_error) +nmap ]e (ale_next_wrap_error) let g:ycm_autoclose_preview_window_after_insertion = 1