Hmm. I think my history is a very poor measure of the typing I do. It's the rare command I type that doesn't benefit substantially from tab completion and/or modification of earlier commands.
came here to write this.
For example, if I look at my history, I have a bunch of `git diff` and `bundle exec rake test`, which actually correspond to `<C-r>-d-i` and `<C-r>b`, and a few `heroku ...`which amount to `he<Up>`.
The single command to actually count this occurrences required way more typing.
Comments
Hmm. I think my history is a very poor measure of the typing I do. It's the rare command I type that doesn't benefit substantially from tab completion and/or modification of earlier commands.
came here to write this. For example, if I look at my history, I have a bunch of `git diff` and `bundle exec rake test`, which actually correspond to `<C-r>-d-i` and `<C-r>b`, and a few `heroku ...`which amount to `he<Up>`.
The single command to actually count this occurrences required way more typing.