cd_slash_rmrf

joined 1 year ago
[–] [email protected] 14 points 6 months ago* (last edited 6 months ago) (1 children)

this article suggests shell allowed, but git also has a built-in feature for aliases itself. I prefer these as it allows you to keep using the git command normally (more consistent when you tend to use history search/auto-suggestions heavily).

running git config --global alias.st status, for example, will allow you to run git st as an alias for typing out the full git status (you can also manually add aliases to your ~/.gitconfig).

[–] [email protected] 16 points 8 months ago* (last edited 8 months ago) (1 children)

It definitely would be. Next time someone posts a kernel written in Perl I hope they specify that.

[–] [email protected] 3 points 10 months ago

not sure about escape sequences just yet, but Kitty gives you insane control over font rendering https://sw.kovidgoyal.net/kitty/conf/#fonts

[–] [email protected] 7 points 1 year ago

Short, simple, informative, and helpful. 10/10

[–] [email protected] 3 points 1 year ago

zsh has ctrl-r as well; this feature is specifically for beginning-of-match and some find it a bit more ergonomic.

[–] [email protected] 2 points 1 year ago

I'm struggling to see how bug reports found using this prediction approach would ever be sent as anything but bugs of the predictive debugger itself.

how would end-users ever see bugs caused by a debugger the devs use? how would users of a third-party library conflate bugs in their own code/the third-party code when you can see which lines are which as you debug?

[–] [email protected] 2 points 1 year ago (1 children)