top | item 2656502

GleeBox

65 points| jiri | 14 years ago |thegleebox.com | reply

27 comments

order
[+] bittersweet|14 years ago|reply
As a Vim user I've been happy for quite some time now with Vimium. Being able to navigate with speed and select links and elements like forms had made browsing with the keyboard quite enjoyable for me.

Together with ShiftIt for window resizing I generally don't need to use the mouse when I'm coding at all.

[+] rednum|14 years ago|reply
I'm a vimium user too, and I find gleeBox pretty interesting. The box concept is something I sometimes wish vimium had, the tab manager is also really convenient. However, default vimium's way of managing links seems better for me at the moment - for example when you have a site with lots of links with the same caption (like 'comments' on HN main page), gleeBox seems to be a bad solution (or I didn't figure out how to use it properly?).
[+] wallrat|14 years ago|reply
I'm also pretty happy with Vimium as a former Vimperator user. The longer I use Chrome though, I find myself using the omnibox more and more for search etc. Especially when coding.

So lately I've been experimenting with https://chrome.google.com/webstore/detail/mkinfhanlabcenjnpb... to navigate links.

Works pretty good, although lot's of room for improvment.

[+] kelsin|14 years ago|reply
Thanks for mentioning ShiftIt, I really like it so far! Maximizing windows with the keyboard was something I've always wanted!
[+] rsoto|14 years ago|reply
I've been using keyboard navigation in Firefox for years and haven't looked back.

Head to options > advanced > general and check "search for text when I start typing". Now enjoy; look for a link you find interesting, type the name and when it starts to get highlighted, press enter (or ctrl+enter for a new tab). If it finds some other text that it's not a link, press F3 until you find it.

[+] thristian|14 years ago|reply
You don't even have to do that: with Firefox default settings, tapping "/" will start searching for text in the page, while tapping "'" (apostrophe) will start searching for text only in the context of links.

Editing a page is 'edit on the wikis I use most often, for example.

[+] albedoa|14 years ago|reply
Ah, the notorious Issue 150 in Chrome. The Chromium team think its only use case is "to save a keystroke before finding" and that including an option to turn it on would be confusing to users:

http://code.google.com/p/chromium/issues/detail?id=150

It was a hot issue before they closed comments, namely due to Peter Kasting's hasty and misguided initial response.

I personally have yet to meet a Firefox user who is confused by the FAYT option, but that's just my experience.

[+] mike-cardwell|14 years ago|reply
Woh. Why did I not know about this? It's brilliant. Why isn't this turned on by default?
[+] jiri|14 years ago|reply
With Google Chrome, this is really powerful way how to browse the sites without any mouse/touchpad.

Great for coding and searching for docs but also for web surfing from the couch.

[+] Tcepsa|14 years ago|reply
As a big fan of Emacs, I also feel the need to mention Conkeror. Its core is based on Mozilla, and it has been my browser of choice since I discovered it a year or so ago. That having been said, I plan on checking this out; it looks nifty!
[+] pieter|14 years ago|reply
Pretty cool. Add this as a shortcut (e.g. "hn") so you can type "?hn" to highlight all article links:

    .title a
Or add this as an ESP to link all articles and comment links by default:

    *.title a, a[href^=item]
[+] jbm|14 years ago|reply
Love this. I always ache for keyboard shortcuts, don't know why I can't get them in more apps.
[+] ez77|14 years ago|reply
When the docs talk of "jQuery selectors", does it mean that the visited page must use jQuery?
[+] _ankit_|14 years ago|reply
No, the visited page doesn't need to use jQuery. It actually means any CSS selector along with any additional selectors supported by jQuery.

See this: http://api.jquery.com/category/selectors/

I should probably rename it to CSS Selectors :)

[+] karanbhangui|14 years ago|reply
really well done. i'll be using this from now on :)