properly clear screen
This commit is contained in:
parent
a97e52425a
commit
dc9dfc0a5d
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue