This commit is contained in:
DeveloperDurp 2025-03-12 05:36:58 -05:00
parent f49e8b9997
commit cd3efbf4b7
2 changed files with 16 additions and 8 deletions

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 C-j display-popup -E "\
bind 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 {}' \