tmux-sessionx icon indicating copy to clipboard operation
tmux-sessionx copied to clipboard

A Tmux session manager, with preview, fuzzy finding, and MORE

Results 42 tmux-sessionx issues
Sort by recently updated
recently updated
newest added

copying the filter process from the main plugin function to reload sessions. This should fix #72 so that the current session isn't filtered if set so in the config.

Deleting a session makes other sessions invisible. Example: I have four sessions running. ![image](https://github.com/omerxx/tmux-sessionx/assets/38329801/529d2c3c-7ea0-43ae-887c-87bc13faab8d) Now deleting test2 session leads to this: ![image](https://github.com/omerxx/tmux-sessionx/assets/38329801/fc18d94f-1477-4e69-ac71-a46616392015) Reopening the session view is listing all sessions...

bug

In some cases users may want to filter specific sessions from the list. Once such example could be the `scratch` session used for [tmux-floax](https://github.com/omerxx/tmux-floax)

enhancement

1. It doesn't delete session (as we feed `kill-session` with whole name, not just session) 2. After operation it ignores window-mode setting and renders the view with just session names....

enhancement

My issues with the Rename Session Prompt Box: 1. takes a lot of space, have no borders or fill that distinguish it from the bg. 2. no obvious way to...

enhancement

Would be nice if there was an option to drill up/down from sessions to windows to panes like with tmux default Session Manager (default key-bindings Ctrl+h / Ctrl+l for drill...

enhancement
help wanted

Currently if we want to define \+p as a binding to call the plugin we can do this: set -g @sessionx-bind 'p' Is there a way to define just p...

enhancement
good first issue

Users who run Sesh may still want to enjoy sessionx for the in-tmux UX while keeping their options open with `sesh list` and maybe even `sesh connect` (not sure whether...

enhancement

![image](https://github.com/omerxx/tmux-sessionx/assets/69033713/a21ad877-0940-406e-8a92-a5a63334510e)

# Motivation Tmux has an option to break and move splits between windows. I've been thinking about it and.. Hey if we can select to join and break panes into...

enhancement