Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sensible.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ bind "set show-all-if-ambiguous on"
# Immediately add a trailing slash when autocompleting symlinks to directories
bind "set mark-symlinked-directories on"

# Cycle forward through completion matches with Tab
bind '"\t": menu-complete'

# Cycle backward through completion matches with Shift-Tab
bind '"\e[Z": menu-complete-backward'

## SANE HISTORY DEFAULTS ##

# Append to the history file, don't overwrite it
Expand Down