properly clear screen

This commit is contained in:
Felix Van der Jeugt 2017-10-20 10:00:58 +02:00
parent a97e52425a
commit dc9dfc0a5d
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 3 additions and 1 deletions

View File

@ -24,5 +24,7 @@ vis:map(vis.modes.NORMAL, ";l", function()
if out then
vis:command(string.format('open %s', out))
end
vis:feedkeys(" ")
vis:feedkeys("<vis-redraw>")
end)
vis:map(vis.modes.NORMAL, ";;", "<vis-window-next>")