vis
vis copied to clipboard
Vi movements as commands?
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?
I'm using '["st", "-e", "vis", "+{line}", "{}"]' in qb, and I recall searching for the column.
Well, it's something, thank you!