joshmedeski / t-smart-tmux-session-manager

t - the smart tmux session manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands on tmux sessions

joshmedeski opened this issue · comments

Add the following commands when filtering by tmux sessions (^s)

  • ^d delete session (and reload existing sessions)
  • Handle if you delete the session you're currently in (reopen tmux?)
  • ^v toggle preview? (similar to the <prefix>s command "Select a new session for the attached client interactively.")

I think ^x will make more sense to kill session, and change zoxide to ^e, ^d is the best for searching the directories. I tried to change the binding for zoxide to ^z but i think its colliding with other but ^e works fine.

When I bring up fzf keybindings each person seems to have their own preferences. I'm going to consider this as a sign to create some sane defaults and add the ability to remap any/all commands to their liking. 😁

Yeah Sounds good!

Hey @RiteshChepuri, check out sesh, I've rewritten this project in GoLang and left the fzf integration to the developer so they can customize it to whatever they want!

Yeah I made some modifications to the previous t-smart- session manager and it's been working great. And I'll use sesh in the future.