jump to possible euro sign after copy

This commit is contained in:
Felix Van der Jeugt 2021-09-22 09:09:00 +02:00
parent 5309ac6a9b
commit 43810d48ec
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ vis:map(vis.modes.NORMAL, ";r", function()
table.insert(vis.win.file.lines, line + 1, choice)
vis.win.selection:to(line + 1, 0)
end
vis:feedkeys("<vis-redraw>")
vis:feedkeys("<vis-redraw>f€l")
end, 'fuzzy line copy')
--------------------------------------------------------------------------------