Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.world · 3 months agosiempre lo hagoeviltoast.orgexternal-linkmessage-square209fedilinkarrow-up11.6Karrow-down122
arrow-up11.58Karrow-down1external-linksiempre lo hagoeviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.world · 3 months agomessage-square209fedilink
minus-squareMagister@lemmy.worldlinkfedilinkarrow-up5·3 months agoI type the first few letters and use up arrow, or !start of command name
minus-squareDarkSirrush@lemmy.calinkfedilinkarrow-up2·3 months agoDoesn’t work on half the machines I use,and I am too lazy to find the setting/plugin to make it work.
minus-squareMagister@lemmy.worldlinkfedilinkarrow-up2·3 months ago$ cat .inputrc $include /etc/inputrc "\e[A": history-search-backward "\e[B": history-search-forward
minus-squarecorsicanguppy@lemmy.calinkfedilinkEnglisharrow-up1·3 months agoDude, that’s vanilla bash.
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up3·3 months agoI don’t think it is…? You sure your distro doesn’t add some customizations? Neither of the features you mention work on two different distros I just tried it on (openSUSE and NixOS).
minus-squareDarkSirrush@lemmy.calinkfedilinkarrow-up1·3 months agoAnd its not enabled by default on half my devices, so I am too lazy to figure out enabling it. I really should do so though, its incredibly helpful when it does work.
I type the first few letters and use up arrow, or !start of command name
Doesn’t work on half the machines I use,and I am too lazy to find the setting/plugin to make it work.
$ cat .inputrc $include /etc/inputrc "\e[A": history-search-backward "\e[B": history-search-forwardDude, that’s vanilla bash.
I don’t think it is…? You sure your distro doesn’t add some customizations? Neither of the features you mention work on two different distros I just tried it on (openSUSE and NixOS).
And its not enabled by default on half my devices, so I am too lazy to figure out enabling it.
I really should do so though, its incredibly helpful when it does work.