diff --git a/completion/available/history.completion.bash b/completion/available/history.completion.bash new file mode 100644 index 00000000..dd571605 --- /dev/null +++ b/completion/available/history.completion.bash @@ -0,0 +1,4 @@ +if [ -n "$PS1" ]; then + bind '"\C-[[A": history-search-backward' + bind '"\C-[[B": history-search-forward' +fi \ No newline at end of file