properly clear screen
This commit is contained in:
parent
a97e52425a
commit
dc9dfc0a5d
@ -24,5 +24,7 @@ vis:map(vis.modes.NORMAL, ";l", function()
|
|||||||
if out then
|
if out then
|
||||||
vis:command(string.format('open %s', out))
|
vis:command(string.format('open %s', out))
|
||||||
end
|
end
|
||||||
vis:feedkeys("")
|
vis:feedkeys("<vis-redraw>")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
vis:map(vis.modes.NORMAL, ";;", "<vis-window-next>")
|
||||||
|
Loading…
Reference in New Issue
Block a user