Open loeffel-io opened 1 month ago
works correctly inside nvim
Just ran into this issue as well, fix for me was changing the neovim arguments form --cmd
to +
:
bind s display-popup -E -w 80% -h 80% nvim +":Telescope tmux sessions quit_on_select=true"
In my case I was also using auto-session and those arguments changed as well from +
to --cmd
in this case:
bind s display-popup -E -w 100% -h 100% nvim --cmd "let g:auto_session_enabled = v:false" +":Telescope tmux sessions quit_on_select=true"
Hey, can't open the display popup correctly. Is there anything i am doing wrong? Thank you
"s" opens this: