From 11ae81304ab0d7ad8755178aea7bcdfa175a4966 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 12 Mar 2025 05:38:45 -0500 Subject: [PATCH] update --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 0d987fd..a5d0f03 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -62,7 +62,7 @@ bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" -bind s display-popup -E "\ +bind C-s display-popup -E "\ tmux list-sessions -F '#{?session_attached,,#{session_name}}' |\ sed '/^$/d' |\ fzf --reverse --header jump-to-session --preview 'tmux capture-pane -pt {}' \