Use up/down to search history matching the current line start

This commit is contained in:
Johann Dreo 2013-03-12 11:29:35 +01:00
commit d20c1fbbee

View file

@ -118,6 +118,10 @@ function md() {
}
# use up/down to search history, matching the current line start
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
#############
# Processes #
#############