I am new to this #73
Replies: 6 comments
-
Hi @faustozamparelli, thanks for the kind words, happy to help! If you want to ensure sesh connects to exactly what you want, I recommend your command to something like this
If you use a partial match (ex: What terminal emulator are you using? Perhaps there's a cleaner way to do this with the terminal emulator's confiuration. |
Beta Was this translation helpful? Give feedback.
-
I am using Iterm2 with tmux. I thought that sesh was working with zoxide to use its switching capabilities to change dir. That's why i though sesh ch down would work |
Beta Was this translation helpful? Give feedback.
-
and i don't understand why after creating a sesh session, if inside it i do tmux kill-server and then do sesh l it still shows it. |
Beta Was this translation helpful? Give feedback.
-
maybe i'll wait for a tutorial from you to make it work, thanks a lot for the quick reply tho. Keep going! |
Beta Was this translation helpful? Give feedback.
-
i do not have go up and running on my machine, so dumb. I am going to install it and report back. That might be why i am encountering issues |
Beta Was this translation helpful? Give feedback.
-
Hey @faustozamparelli I reread your issue and maybe this can help.
My next YouTube video is going to be all about sesh and I'm continuing to update the project's README to help newcomers better understand how to use it. Thanks again for the helpful feedback, I hope it starts working for you! |
Beta Was this translation helpful? Give feedback.
-
Hi josh I stumbled across your channel about a month ago when transitioning to nvim and setting up my terminal environment, I want to start off by saying that i appreciate your work very much and i love your content and way of explaining.
I am fairly new to this tho and I am having some problems setting up this tool.
I have both zoxide running on a fish shell, fzf and tmux installed. I don't really understand the difference between sesh l -t and sesh l -z and for me at least when i do like sesh connect it does not switch to a random directory on my system because it tells me
❯ sesh connect down
2024/02/22 22:42:43 unable to connect to "down": failed to add "/Users/username/.config/tmux/down" to zoxide: exit status 1
for example if am trying to switch to downloads + i would like to have tmux already opened on my home folder with a session when opening the terminal and then move form there with sesh if possible, before using sesh i had this in my config.fish
Open tmux at login
and it was working really well (basically it created a session if tmux was not running or attached to the one opened if it was) and i was only using windows binded to control+t, then once in the window i was using zoxide to jump where i wanted to jump.
can someone in the community please help me understand how to set it up. Thanks a lot in advance
Beta Was this translation helpful? Give feedback.
All reactions