cm0002@lemmy.world to Programmer Humor@programming.dev · 24 days agoLinux Userslemmy.mlexternal-linkmessage-square150fedilinkarrow-up11.32Karrow-down127cross-posted to: programmerhumor@lemmy.ml
arrow-up11.29Karrow-down1external-linkLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 24 days agomessage-square150fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareEntitle9294@lemmy.worldlinkfedilinkarrow-up2·edit-224 days agoIf you ever have to go back to bash, it supports it as well. In my bashrc: bind '"\C-p":history-search-backward' That’s ctrl-p, but I’m sure the up arrow is possible too.
If you ever have to go back to bash, it supports it as well. In my bashrc:
bind '"\C-p":history-search-backward'
That’s ctrl-p, but I’m sure the up arrow is possible too.