zarkanian@sh.itjust.works to Bash@lemmy.mlEnglish · 3 days agobash trickssh.itjust.worksimagemessage-square36fedilinkarrow-up1409arrow-down12
arrow-up1407arrow-down1imagebash trickssh.itjust.workszarkanian@sh.itjust.works to Bash@lemmy.mlEnglish · 3 days agomessage-square36fedilink
minus-squareProgrammer Belch@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·edit-23 days 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