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

Added an option to ignore prefix

Open alihammad-gist opened this issue 1 year ago • 6 comments

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

alihammad-gist avatar Dec 10 '23 16:12 alihammad-gist