Skip to content

Commit b7d08e8

Browse files
authored
Merge pull request #21 from eatradish/master
Add History Search
2 parents 3dd27e4 + 6ac7136 commit b7d08e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bashrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ for c in {e,f,}grep {v,}dir ls; do alias $c="$c --color=auto"; done
5454
# space and time efficient cp
5555
alias cp='cp --reflink=auto --sparse=always'
5656

57+
# History Search
58+
bind '"\e[A": history-search-backward'
59+
bind '"\e[B": history-search-forward'
60+
5761
# So they can be unset.
5862
# I need someone to help me assign those names properly.
5963
# Those are actually bold colors.

0 commit comments

Comments
 (0)