Skip to content

Commit

Permalink
Add _complete_help keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Jun 22, 2023
1 parent e327674 commit 93df12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Functions/Init/.autocomplete:compinit
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ compdef() {
} always {
unfunction bindkey
}
bindkey '^Xh' _complete_help

# Prevent Oh My Zsh from deleting comp dump file.
(( ${#omzdump[@]} > 0 )) &&
Expand Down

0 comments on commit 93df12e

Please sign in to comment.