Skip to content

Commit

Permalink
alacritty doesn't like 0x7f change to 0x01 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
lincheney committed Jan 3, 2020
1 parent f448eb4 commit edd58e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/fzf-zsh-completion.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# set ft=zsh

_FZF_COMPLETION_SEP=$'\x7f'
_FZF_COMPLETION_SEP=$'\x01'
_FZF_COMPLETION_FLAGS=( a k f q Q e n U l o 1 2 C )

zmodload zsh/zselect
Expand Down

0 comments on commit edd58e0

Please sign in to comment.