From eab001b7576a02ee1c73d244a1689eab720425d0 Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
Date: Sat, 24 Dec 2016 13:11:30 +0000
Subject: [PATCH] Remap <C-L> to <C-W>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 <C-j> <C-w>j
 nnoremap <C-k> <C-w>k
 nnoremap <C-l> <C-w>l
 
+" Redraw window
+nnoremap <C-w>l <C-l>
+
 " Quick tabs
 nnoremap <leader>tn :tabnew<Space>
 nnoremap <leader>tc :tabclose<CR>