zarkanian@sh.itjust.works to Bash@lemmy.mlEnglish · 3 days agobash trickssh.itjust.worksexternal-linkmessage-square36fedilinkarrow-up1407arrow-down12
arrow-up1405arrow-down1external-linkbash 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