Commit 28e87da31bc7
Changed files (1)
home
common
shell
tmux
home/common/shell/tmux/tmux.conf
@@ -192,6 +192,13 @@ set-option -g status-right '#[fg=yellow]%Y-%m-%d %H:%M '
set -g pane-border-style fg=brightblack
set -g pane-active-border-style fg=blue
+# Pane titles (shown in border)
+set -g pane-border-status top
+set -g pane-border-format " #P: #{pane_title} "
+
+# Set pane title with <prefix> N
+bind N command-prompt -p "Pane title:" "select-pane -T '%%'"
+
# ============================================================================
# NOTIFICATIONS AND MONITORING
# ============================================================================