This commit is contained in:
DeveloperDurp 2025-03-12 05:38:45 -05:00
parent cd3efbf4b7
commit 11ae81304a

View file

@ -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 {}' \