Skip to content

can not work in tmux and zellij #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
secretqsan opened this issue Nov 23, 2024 · 1 comment
Open

can not work in tmux and zellij #306

secretqsan opened this issue Nov 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@secretqsan
Copy link

When using tmux and zellij(a software like tmux), inshellisense can't give suggestions.

Steps to reproduce the behavior:
1.run tmux
2.type commands and inshellisense can't give suggestions.

Expected behavior
Inshellisense can give suggestions.

Environment

  • OS: [Ubuntu 24.10]
  • Output of is --version: 0.0.1-rc.18
  • Nodejs Version: v20.16.0
  • Shell: bash
  • Shell Version: 5.2.32(1)
@secretqsan secretqsan added the bug Something isn't working label Nov 23, 2024
@bezbac
Copy link

bezbac commented Apr 26, 2025

I found this comment in the fig repo, which at least for me also seems to work with inshellisense: withfig/fig#2199 (comment)

if [[ -n "${ZELLIJ}" ]]; then
    export TMUX="true"
fi
[[ -f ~/.inshellisense/zsh/init.zsh ]] && source ~/.inshellisense/zsh/init.zsh
unset TMUX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants