lib/history: Fix broken link in comments (#425)

This commit is contained in:
Marc Richter
2023-04-04 13:15:10 +02:00
committed by GitHub
parent 0fd6cab041
commit 1187cb1f16

View File

@@ -39,7 +39,7 @@ HISTCONTROL="erasedups:ignoreboth"
export HISTIGNORE="exit:ls:bg:fg:history:clear"
# Enable incremental history search with up/down arrows (also Readline goodness)
# Learn more about this here: http://codeinthehole.com/writing/the-most-important-command-line-tip-incremental-hi
# Learn more about this here: https://codeinthehole.com/tips/the-most-important-command-line-tip-incremental-history-searching-with-inputrc/
# bash4 specific ??
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'