tmux-sessionx
tmux-sessionx copied to clipboard
Added an option to ignore prefix
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 configuration maps Ctrl+s to launch sessionx popup.
set -g @sessionx-bind 'C-s'
set -g @sessionx-prefix off