10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
# Allow up/down autocompletion of commands from bash history.
|
|
# From: coderwall.com/p/oqtj8w
|
|
"\e[A": history-search-backward
|
|
"\e[B": history-search-forward
|
|
set show-all-if-ambiguous on
|
|
set completion-ignore-case on
|
|
|
|
# Uncomment to enable vi-like command line editing mode.
|
|
# set editing-mode vi
|