From 16a50e48df56d81907e7264a4ffb773fe7b3bc86 Mon Sep 17 00:00:00 2001 From: hophacker Date: Thu, 23 Aug 2018 14:43:21 +0800 Subject: [PATCH] change ale navigation to n p --- vim/settings/ale.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/settings/ale.vim b/vim/settings/ale.vim index 48870a5..8285214 100644 --- a/vim/settings/ale.vim +++ b/vim/settings/ale.vim @@ -1,2 +1,2 @@ -nmap h (ale_previous_wrap) -nmap l (ale_next_wrap) +nmap n (ale_previous_wrap) +nmap p (ale_next_wrap)