tmux-sessionist
tmux-sessionist copied to clipboard
Lightweight tmux utils for manipulating sessions
Not sure how to change the tmux-sessionist default bindings. I've already tried to unbind the key then bind a new one, but it still defaults back to the plugin's binding.
Add a way of specifying a user filter for ``tmux list-sessions`` command in the following function of https://github.com/tmux-plugins/tmux-sessionist/blob/master/scripts/kill_session.sh. Advantage: User can filter out any temporary sessions they might create during...
This would solve #23
Similar to #4 , but I want the start directory to $HOME for every new session. I went ahead and made the changes for this to work correctly, and haven't...
This plugin has issues with the latest version of tmux. I really like this plugin so I am staying with tmux-2.3 for now.
Closes #15 and works great on my machine.
I've installed Tmux 2.3 via Linuxbrew. When I use tmux-sessionist and create a new session using `prefix C` the session gets created but the prefix defaults back to `Ctrl+b` instead...
When opening the session list ` + g` some of my tmux sessions are in mix case or all uppercase. I think the tmux-sessionist plugin's search should be case insensitive,...
Not sure if this is wanted on main project, but I added those few lines of code so that I can load [tmuxifier](https://github.com/jimeh/tmuxifier) templated sessions within sessionist create session. Feel...