Use Zsh 14 years ago
zero padding brace expansion has been available since bash version 4 20/02/2009
$ echo {000..10}
000 001 002 003 004 005 006 007 008 009 010
HN user
zero padding brace expansion has been available since bash version 4 20/02/2009
$ echo {000..10}
000 001 002 003 004 005 006 007 008 009 010
quine: gist=3574631
Moved to https://bugzilla.mozilla.org/show_bug.cgi?id=448434 in 2008 but the same problem.
I find arrow keys quite inconvenient on my happy hacking pro keyboard, which I would imagine to be a popular choice around here.
about:blank
firefox with tabkit and when I open a new window it is likely I am starting a new thread of thought
^n new window with focus in url bar no time for loading or change of focus I want to get started
readline style emacs bindings for editing in the url is a must for me
a good set of quick searches helps
- g http://google.com/search?q=%s
- gau http://google.com.au/search?hl=en&meta=cr%3DcountryAU&q=%s
- wp http://en.wikipedia.org/wiki/%s
- shn http://searchyc.com/%s
- etc ...
Using the keyword/quick search feature I find the url bar becomes a kind of command line interface to the internet with a series of 1-3 char commands that can get me where I need to go.