Open digika-ding opened 1 year ago
@digika-ding
I was also using zellij in Alacritty and had a problem with autocomplete not working. But I solved the problem by setting the startup shell to zellij in the Alacritty configuration file.
I have included the Alacritty configuration below.
shell:
program: <zellij executable path>
args:
- attach
- --index
- "0"
- --create
I've got the same problem in Kitty.
I'm also on MacOS and I've tried running fig doctor
and fig restart
but haven't been able to resolving the problem.
Thank you! @megumish Work for me!
Work around I did was set TMUX
env before the fig pre block for .zshrc
. Then unset TMUX
after the pre block.
if [[ -n "${ZELLIJ}" ]]; then
export TMUX="true"
fi
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
unset TMUX
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
macOS 13.1.0 (22C65)
Expected behaviour
code completion
Actual behaviour
no code completion
Steps to reproduce
No response
Environment
zshrc