Earlier quoted context omitted.
Ctrl-[1-9] is the hotkey for Firefox (not Alt-[1-9]).
Actually, it depends on the platform, it's Ctrl on Windows and Alt on Linux (and Command on Mac).
Introducing the Command Bar
71–80 of 101 posts
Re: Introducing the Command Bar
#72Earlier quoted context omitted.
+1 for vim keybindings. I noticed JIRA actually has these the other day (the only thing I like about it).
I'd like to counter here that I prefer that sites don't assign vim bindings, or at least allow me to disable them. The reason being that I make extensive use of the vimium Chrome plugin (similar to pentadactyl on Firefox), which maps common vim keys to useful browser shortcuts (j/k to scroll, shift-j/k to switch tabs, f to enable a "type to click links" mode, etc). On 99% of the websites I use, I almost never need to…
Re: Introducing the Command Bar
#73Re: Introducing the Command Bar
#74Earlier quoted context omitted.
I'd like to counter here that I prefer that sites don't assign vim bindings, or at least allow me to disable them. The reason being that I make extensive use of the vimium Chrome plugin (similar to pentadactyl on Firefox), which maps common vim keys to useful browser shortcuts (j/k to scroll, shift-j/k to switch tabs, f to enable a "type to click links" mode, etc). On 99% of the websites I use, I almost never need to…
Vimium dev here. We actually disabled Vimium on Google Reader because we were getting complaints about how it breaks Reader's own keybindings. If you wish, you can re-enable Vimium by going to the options page; once enabled, its keybindings should take priority over the page's own -- please file a bug if that isn't the case. (However, if you pressed a key that doesn't correspond to a Vimium command, it will automatic…
Would you accept a pull request to satisfy https://github.com/philc/vimium/issues/61?
Like many of the commenters there, I often only find myself reaching for the mouse while browsing to select and copy text.
If it's something you're open to I'd be willing to give it a shot.
Re: Introducing the Command Bar
#75Re: Introducing the Command Bar
#76Am I the only one who thought this was going to let me run git commands?
Re: Introducing the Command Bar
#77Cool toy, but how about letting users just search for code in a repo properly?
https://a248.e.akamai.net/camo.github.com/367fe330bc1ad4431b...
The post itself mentioned: "Spoiler alert: you might notice a few things in this screenshot that haven’t fully shipped yet."
Re: Introducing the Command Bar
#78You only miss one thing: * map the '/' symbol to focus:search box.
Re: Introducing the Command Bar
#79Re: Introducing the Command Bar
#80Wow, a command-line interface to a website is something I never thought I'd see. My first reaction was that it's a step backwards because the usual benefits of a command line aren't present here (you're usually already using your mouse, commands can't be piped, no shell scripts to run things in sequence)... But I'm intigued -- maybe it's a possible step forwards? The implementation is very well done. I suppose maybe…