From 80f62155305e8e56555b529b35b9945066355826 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 24 Dec 2016 13:11:30 +0000 Subject: [PATCH] Remap to L to get redraw back --- plugin/mappings.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/mappings.vim b/plugin/mappings.vim index c478beb..71ca901 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -48,6 +48,9 @@ nnoremap j nnoremap k nnoremap l +" Redraw window +nnoremap l + " Quick tabs nnoremap tn :tabnew nnoremap tc :tabclose