From d97f34b05fd2054c2c867ed390afe7395aa5bed9 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Mon, 5 Jan 2015 11:34:58 -0600 Subject: [PATCH] .vimrc: Shortcut key for redraw screen --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index c80b949..34d40c4 100644 --- a/.vimrc +++ b/.vimrc @@ -241,6 +241,8 @@ nmap wU mQgewvU`Q nmap wL mQgewvu`Q " smart paste - enable paste-mode and paste contents of system clipboard map p :set pasteo"*]p:set nopaste +" redraw screen +nmap r :redraw! " strip all trailing whitespace in file nmap sw :call whitespace#strip_trailing() " toggle spell-check -- 2.45.2