zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
21.99k stars 669 forks source link

Cannot Assign New Session Folder in session-manager plugin New tab #3300

Open bnwa opened 7 months ago

bnwa commented 7 months ago

2. Issues with the Zellij UI / behavior / crash

Issue description

Pressing Ctrl+F does not bring up any UI for setting 'New session folder' in session-manager new session UI

Minimal reproduction

Attempt to assign new session folder via default Ctrl+F binding; nothing happens. Can enter session name and select session default UI. Pressing Ctrl+F after assigning session name also a no-op

imsnif commented 7 months ago

Do you have a custom config from a previous version? Did you follow the instructions in the release notes in the "Are you upgrading..." section?

kinsomicrote commented 6 months ago

@imsnif I am also experiencing this. I started using Zellij some weeks ago, so I am not upgrading. Pressing Ctrl+F opens the MBP Finder instead.

Also, the session-manager does not load my .zshrc correctly. I get these warnings:

/Users/jioke/.zshrc:111: command not found: nodenv
/Users/jioke/.zshrc:112: command not found: starship
/Users/jioke/.zshrc:117: command not found: zellij
/Users/jioke/.zshrc:119: command not found: brew
/Users/jioke/.zshrc:.:119: no such file or directory: /libexec/asdf.sh
/Users/jioke/.zshrc:121: command not found: nodenv
/Users/jioke/.zshrc:123: command not found: zoxide
/Users/jioke/.zshrc:127: command not found: fzf
bnwa commented 6 months ago

Do you have a custom config from a previous version? Did you follow the instructions in the release notes in the "Are you upgrading..." section?

I'd thought that was the problem when I came across this requirement while trying to find docs around the session plugin and made the necessary change to add the plugins section in my config from the default file; the problem persisted. Perhaps I missed something else?