tmux-sessionx
tmux-sessionx copied to clipboard
A Tmux session manager, with preview, fuzzy finding, and MORE
This pull request adds an option `@sessionx-prefix` (on by default) which when set to off, will ignore tmux's prefix key when binding a key to launch sessionx popup. The following...
while playing with my own config i've created this ``` tmux list-panes -a -F '#{session_name}:#{window_index}.#{pane_index}-#{pane_current_path}' | fzf-tmux -p | cut -d "-" -f 1 |xargs tmux switch-client -t ``` which...
Hi there, Big fan of the plugin, I found myself wanting to create new sessions interactively so I ended up adding another binding, I know C-o will do the trick...
Similar to how you do for `https://github.com/omerxx/tmux-floax` Looking at your script it looks like if fzf-tmux doesn't support it it wouldn't work?
I configured the plugin to display the paths for new sessions using the custom-paths option alongside the active sessions. The only problem is that the file paths I have showing...
I recently attempted to set up tmux using a Nix configuration file, incorporating several plugins, including the Catppuccin theme and your `tmux-sessionx` plugin. While most of the plugins appear to...
I've described this solution in #124, so I decided to make a pull request with the solution behind an option, for those who want it. It allows to change between...