Skip to content

Commit

Permalink
Bring back shift-tab binding
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Jul 19, 2024
1 parent 3033755 commit baae629
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ zstyle ':completion:*' menu select
# If there is only one candidate just insert it.
zstyle ':autocomplete:*complete*:*' insert-unambiguous yes

# Allow usage of shift-tab (backtab) to go backward in the completion
# menu. See <https://stackoverflow.com/a/842370/3538165>.
bindkey '^[[Z' reverse-menu-complete

#### Globbing

# This makes globs case-insensitive.
Expand Down

0 comments on commit baae629

Please sign in to comment.