Skip to content

Commit

Permalink
Add more suffix characters
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Oct 5, 2021
1 parent 8268b21 commit e20d062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/.autocomplete.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/zsh
zmodload -Fa zsh/zutil b:zstyle
builtin autoload -Uz is-at-least
typeset -g ZLE_REMOVE_SUFFIX_CHARS=$' ;\n\r\t'
typeset -g ZLE_SPACE_SUFFIX_CHARS=$'|&<>'
typeset -g ZLE_REMOVE_SUFFIX_CHARS=$' /;\n\r\t'
typeset -g ZLE_SPACE_SUFFIX_CHARS=$'|&<>-+'

.autocomplete.config.precmd() {
# Remove incompatible settings.
Expand Down

0 comments on commit e20d062

Please sign in to comment.