Currently, to reference a previous commit N revisions ago, I use `jj show @-----` because it's quick to type. It would be neat if `show @-5` (or similar) was supported, to save the additional keystrokes, similar to git's `git show @~5` syntax.