cm0002@lemmy.world to Programmer Humor@programming.dev · 20 days agoLinux Userslemmy.mlimagemessage-square140fedilinkarrow-up11.29Karrow-down127
arrow-up11.26Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 20 days agomessage-square140fedilink
minus-squareEntitle9294@lemmy.worldlinkfedilinkarrow-up2·edit-220 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.