From 9dc647295961cdb7d51f0419f86e7577de940423 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 19 Aug 2020 11:49:35 +0200 Subject: [PATCH] Improve vim netrw mappings --- vim/plugin/netrw_improved.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/plugin/netrw_improved.vim b/vim/plugin/netrw_improved.vim index 03ee9d2..19a7b50 100644 --- a/vim/plugin/netrw_improved.vim +++ b/vim/plugin/netrw_improved.vim @@ -16,6 +16,7 @@ let g:netrw_fastbrowse = 1 augroup NETRW au! - au FileType netrw nmap l + au FileType netrw nmap l gn au FileType netrw nmap h - + au FileType netrw nmap augroup END