tmux-sessionx
tmux-sessionx copied to clipboard
A Tmux session manager, with preview, fuzzy finding, and MORE
When attempting to rename a session in the sessionx popup, it fails with an error: `missing or unsuitable terminal: tmux-256colorscreen-256color`. My tmux config has: ```conf set-option -gas terminal-overrides ",*:Tc" set...
Suggested by @joshmedeski! Technically, it may be worth exploring *only if removing the current attached session* to - 1. switch client to the last visited session 2. then run kill-session
I guess it's useful to keep previous name of session for rename functionality.
I don't see preview. I set it `set -g @sessionx-preview-enabled 'true'` but not success.
I would like to see confirmation popup to press y or n before session will be deleted completely.
In your plugin c-n and c-p are reversed. Please keep it as users's fzf default.
Most people's questions would be easily resolved with a wiki page and most of them could see the settings better, it would make README.md easier to read in addition to...
I believe that the list of prerequisites in the Readme is missing a font. I'm on a Mac using iTerm2 with the Hack font, and the plugin's help line is...
Hello, i have started using SessionX and enjoy being able to fuzzy find over my tmux sessions, it is great! The only issue is that i feel like it always...
This helps with #123, the popup opens almost instantly. This is very basic work with very little tests done, to show what a solution to the issue could look like....