diff --git a/config/tmux/plugins/tmux-window-name b/config/tmux/plugins/tmux-window-name index 0772aa2..9a75967 160000 --- a/config/tmux/plugins/tmux-window-name +++ b/config/tmux/plugins/tmux-window-name @@ -1 +1 @@ -Subproject commit 0772aa2033714058a840e3bb8e3ac161bfc042b4 +Subproject commit 9a75967ced4f3925de0714e96395223aa7e2b4ad diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index f1dd927..9dfe0b0 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -51,7 +51,7 @@ if-shell '[ "$DEBUG" = "1" ]' 'set -g debug-file ~/.cache/tmux-debug.log' # ╰──────────────────────────────────────────────────────────╯ set -g pane-active-border-style "fg=#7aa2f7" -set -g pane-border-style "fg=#3b4261" +set -g pane-border-style "fg=#31748f" set -g status-style "bg=default" set -g status-justify "left" set -g status-left '' @@ -114,7 +114,7 @@ bind -N "tms refresh" C-r display-popup -E "tms refresh" # Plugin that lets you suspend local tmux session, # so that you can work with nested remote tmux session painlessly. # https://github.com/MunifTanjim/tmux-suspend -set -g @suspend_key 'F12' +set -g @suspend_key 'C-i' # Ctrl + inner ## A plugin to name your tmux windows smartly. ## https://github.com/ofirgall/tmux-window-name