add ale jump to error mapping

This commit is contained in:
Thomas Ruoff
2017-03-26 22:21:20 +02:00
parent ae84781fbf
commit 2dcf3936d9

4
vimrc
View File

@@ -264,6 +264,10 @@ nnoremap <leader>fc :Commits<cr>
"" minibufexpl
map <Leader>t :MBEToggle<cr>
"" ale
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
"" lightline
if filereadable(expand("~/.vim/lightline.vim"))
source ~/.vim/lightline.vim