1.7. Tips and tricks
Page contributors
Valentin Volkl
1.7.1. Autocompletion using bash history
Add
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
to the file $HOME/.bashrc to cycle through previously executed command with the up/down keys.