Giter Club home page Giter Club logo

vimium's People

Contributors

ajkovar avatar ayn2op avatar cespare avatar chelmertz avatar christophermanning avatar conradirwin avatar deiga avatar dmac avatar gdh1995 avatar ilya avatar int3 avatar konstantinkreft avatar liesen avatar luanpotter avatar marcotc avatar mgarriott avatar mijoharas avatar mrmr1993 avatar ni57721 avatar niklasb avatar pandeiro avatar philc avatar ragnargrootkoerkamp avatar rperryng avatar sainaen avatar sco-tt avatar seven1m avatar smblott-github avatar vendamere avatar wjianbo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vimium's Issues

The command buffer should not store invalid keys in the two-key buffer

Currently we have a command-buffer length of two keystrokes. Typing an unrecognized keystroke will make it so the next keystroke is ignored by our system.

Instead, the command interpreter should throw out the first keystroke if it's not part of a command.

Additionally, even if the first keystroke was potentially a valid part of a command, if the second keystroke does not complete a valid command, then only the first keystroke should be deleted from the buffer, not the second, as it may constitute its own valid command or it may be the beginning of a different valid 2-keystroke command.

Doesn't work in Chrome Linux

None of the keybindings seem to work. All I get is a little notice in the bottom indicating when I'm in 'Insert mode'. Chrome version is 4.0.429 and Vimium version is v1.11.

Enter insert mode when we click on a flash embed

Otherwise the flash embed will interpret our command keystrokes. This is frustrating because you think you're interacting with the flash app but typing "d" for example will close the tab because Vimium is still listening to the keystrokes.

Missing installation instructions

Phil - Sorry if this is a naive question, but, being new to google chrome, I haven't been able to figure out how to install vimium. I haven't found any installation instructions and don't know google-chrome well enough to know where to put the files (from philc-vimium-1f6f81d.tar.gz). (I tried putting the files under 'resources' under the google-chrome installation on my system, but that did not work.)

How do I install vimium to work with chrome?

Thanks!

Add a pass-through mode

This is so you can pass-through all keystrokes into the page or browser which Vimium will ignore. This mode can be exited by hitting escape.

create docs

People are starting to find us -- we need at least a list of commands so they can get started.

zoom bug w/ exclusion list?

From our chrome extensions gallery page:

A big annoying problem using:

  • Vimium 1.1
  • Google Chrome 4.0.249.43
  • Ubuntu 9.04.

After setting exclusion list sites, pages are loaded at 240% zoom.

Except that, it works great here. :-)

Make the find behavior more explicit when there are no matches

It seems like the find UI should give you more feedback when there are no matches. Currently it highlights a partial match of what you were typing, but doesn't tell you there are no exact matches.

Also note that in the long term, we might want to try and trigger Chrome's native find interface if possible, since they're doing a lot of this work already.

Vimium's interaction with CMD+F is poor

HItting command F enters link-hint mode. As a general rule, we should strongly avoid clashing with the native browser UI. We should instead enter insert mode when the user enters CMD+F to pull up the find dialog.

What's weird is that this bug shouldn't currently manifest, because I remember we ignore any keystrokes that have CMD as a modifier.

not working for mac

just downloaded the dev channel version of chromium for mac, and downloaded 1.1 of vimium - installed, but no dice, no key commands I've tried work. Any suggestions for things to try? Happy to try and debug if I know where to start...

Avoid using chrome.tabs.getSelected

Some of our commands use chrome.tabs.getSelected, which assumes that the tab that's executing the command is focused. This can break down if say you open a new tab in the background by middle clicking on a link. I've changed a few of the commands in commit b04b03, but I'm not sure which other commands need to be changed. We also might want to take this opportunity to switch a few of these to the new one-time messaging system as you noted in bug #8, which should reduce the amount of code we need for messaging.

Restored tabs should be kept per window

Right now, if you close a tab in one window and then hit U in another window, the tab will be restored there. It's arguable if that's correct behavior or not, but Vimperator does this on a per-window basis.

javascript error on facebook home page (live feed)

TypeError
arguments: Array
0: "appendChild"
1: null
message: "Cannot call method 'appendChild' of null"
stack: "TypeError: Cannot call method 'appendChild' of null at Object.displayElement (chrome-extension:/…"
type: "non_object_property_call"

gf doesn't toggle back out of view source mode

It looks like content scripts no longer execute on view-source: and we can't put it in the manifest as it throws an error. I've asked on the mailing list -- will update with more information as I get it.

failblog.org throws javascript error when entering insert mode

On page load, this this thows a javascript error:
http://failblog.org/2009/11/13/friday-rewind-cop-fail/

chrome-extension://mbgolajmfflanenogmhbaneckaimemea/vimiumFrontend.js:91Uncaught TypeError: Cannot read property '38' of undefined

Line 91 is currently
if (focusNode && focusOffset &&
isInputOrText(focusNode.children[focusOffset])) { enterInsertMode(); }

I had to try it a few times to see the error, but often the vimium hotkeys do not work on this page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.