vimperator-labs
vimperator-labs copied to clipboard
About vimperator and GCLI
Can i use GCLI's function from vimperator's cmdline? I want to use the screenshot function,if can use from vimperator i can set hotkey. Or there is some command i can use to capture fullpage from vimperator?
※GCLI cmdline will appear when press Shift+F2
Vimperator simply exposes the necessary Firefox internals in this case through :js
.
You have to find out if GCLI is available using eval()
, which is used by :js
.
Thanks for your reply,i will see if it is possible to use.
@kesdoputr ran into the same issue and wanted to ask you if you found out something?