vis icon indicating copy to clipboard operation
vis copied to clipboard

Vi movements as commands?

Open Vintodrimmer opened this issue 7 years ago • 2 comments

Good day,

I'm trying to use Vis as an external editor for qutebrowser. It uses the following syntax for gvim by default: "gvim", "-f", "{file}", "-c", "normal {line}G{column0}l". How can I reproduce this with Vis?

I tried setting something like vis +{line}G{column0}l-- {file}, but it looks like Vis expects the Sam's expressions for commands. What's the appropriate way to send some Vi shortcuts after start?

Vintodrimmer avatar Aug 08 '18 12:08 Vintodrimmer

I'm using '["st", "-e", "vis", "+{line}", "{}"]' in qb, and I recall searching for the column.

ninewise avatar Aug 08 '18 15:08 ninewise

Well, it's something, thank you!

Vintodrimmer avatar Aug 10 '18 05:08 Vintodrimmer