You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of typing zellij a session-name, wouldn't it be better to use zellij a se (using just the first few characters)? If there are multiple names starting with the same prefix, we could then open fzf for selection:
$ zellij ls
session-1
session-2
main
$ zellij a se
> session-1
session-2
# ideally empty matching string should result in fzf $(zellij ls)# also, it should work only if we don't have any active sessions and we're looking to resurrect one
$ zellij a
> session-1
session-2
main
The text was updated successfully, but these errors were encountered:
You might be interested in the welcome-screen and/or the session-manager. They have this functionality (also with filtering your fuzzy found selection in real time in a list) built-in. You can check out this screencast for more info: https://zellij.dev/tutorials/session-management/
Instead of typing
zellij a session-name
, wouldn't it be better to usezellij a se
(using just the first few characters)? If there are multiple names starting with the same prefix, we could then open fzf for selection:The text was updated successfully, but these errors were encountered: