From 2d4858ac11f35123ebfc23ceca9dff968c282574 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 27 Jan 2026 11:07:59 +0000 Subject: [PATCH] Sort display-popup bindings --- tmux.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tmux.conf b/tmux.conf index f60c41e..856a8b0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -67,16 +67,16 @@ if -b '[ "`uname`" = "Darwin" ]' \ 'set -g default-command "reattach-to-user-namespace -l $SHELL"' if -b '~/.config/tmux/check-version.sh ">=" 3.2 && ~/.config/tmux/check-version.sh "<" 3.3' { - bind T display-popup -d '#{pane_current_path}' -E $SHELL - bind S display-popup -w 60 -h 10 -E '~/.config/tmux/session.sh' - bind P display-popup -w 60 -h 10 -E '~/.config/tmux/project.sh' bind I display-popup -d '#{pane_current_path}' -E '$SHELL -i ~/.config/tmux/interpreter.sh' + bind P display-popup -w 60 -h 10 -E '~/.config/tmux/project.sh' + bind S display-popup -w 60 -h 10 -E '~/.config/tmux/session.sh' + bind T display-popup -d '#{pane_current_path}' -E $SHELL } if -b '~/.config/tmux/check-version.sh ">=" 3.3' { - bind T display-popup -S fg=#54546D -d '#{pane_current_path}' -E $SHELL - bind S display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh' - bind P display-popup -B -w 60 -h 10 -E '~/.config/tmux/project.sh' bind I display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E '$SHELL -i ~/.config/tmux/interpreter.sh' + bind P display-popup -B -w 60 -h 10 -E '~/.config/tmux/project.sh' + bind S display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh' + bind T display-popup -S fg=#54546D -d '#{pane_current_path}' -E $SHELL } # Restore old next/previous window bindings