Use up/down to search history matching the current line start
This commit is contained in:
parent
038376c1a4
commit
d20c1fbbee
1 changed files with 4 additions and 0 deletions
4
.bashrc
4
.bashrc
|
|
@ -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 #
|
||||
#############
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue