[Solved]Vimperator user: I dont hava a location bar, how I add itens?

Hi.
I'm using vimperator and by default it dont show a location bar, so I don't have a 'book' icon to click (and as a vimperator user I dont like to click too). But I dont found a keybinding to add itens using translators.

The keybinding exist at all, or a workaround is know?

Thanks!
  • Same problem here. If somebody could post the names of the relevant Zotero javascript functions so that we can create our own keybord shortcuts that would be much appreciated. (I guess I could "just" look at the source myself but I am not that great with javascript and maybe somebody already knows this)

    Cheers
    Arian
  • actually, this seems to work for me: http://thorstenvitt.de/content/zotero-and-vimperator
  • heh, great to see fellow vimperator users. The solution posted by arkusk seems interesting, I'll check it out. In the meantime I've used this lame workaround:
    :set guioptions+=T
    So I get the toolbar with the little icon in it. And of course
    :set guioptions-=T
    makes it disappear.
  • Ok I tried the solution arkusk posted about and it works great. Instead of mapping the zotero scrape command to umlaut like the blogger did I used a command, because I tend not to remember key maps, so with
    command zscrape js Zotero_Browser.scrapeThisPage(".")
    in .vimperatorrc you can do
    :zscrape
    whenever you see the little icon (placed in the status bar now, per the other suggestion in the blog post).
  • Thanks this solve my problem too!
  • For those who failed to notice, Will Shanks wrote a two plugins that can be easily modified for vimperator. https://github.com/willsALMANJ
Sign In or Register to comment.