zarkanian@sh.itjust.works to Bash@lemmy.mlEnglish · 3 months agobash trickssh.itjust.worksimagemessage-square37fedilinkarrow-up1415arrow-down12
arrow-up1413arrow-down1imagebash trickssh.itjust.workszarkanian@sh.itjust.works to Bash@lemmy.mlEnglish · 3 months agomessage-square37fedilink
minus-squareProgrammer Belch@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·edit-23 months agoI am not sure what the default keybinding is for this but I always create a .inputrc file for searching forward and backward in the history without opening the C-r menu: "C-p": history-search-backward "C-n": history-search-forward
I am not sure what the default keybinding is for this but I always create a
.inputrc
file for searching forward and backward in the history without opening the C-r menu:"C-p": history-search-backward "C-n": history-search-forward