cake783

Results 2 issues of cake783

It would be useful to preview how cards render without opening a drill session.

I want to make an abbr that expands `jj c` into `jj commit` ```fish abbr -a jj_c --regex c --command jj commit ``` This expands `c` into `commit` if I...