Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 244 Bytes

tips-tricks.md

File metadata and controls

12 lines (8 loc) · 244 Bytes

Tips and tricks

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.