We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2875ddf commit de1cf09Copy full SHA for de1cf09
etc/tmux/tmux-legacy.conf
@@ -67,6 +67,10 @@ set -g default-terminal 'screen-256color'
67
set -g xterm-keys on
68
set -g mode-keys vi
69
70
+# Mouse support
71
+set -g mouse on
72
+bind-key -T root MouseDown2Pane paste-buffer
73
+
74
# Use red prefix in status bar for root
75
if-shell '[ "$(id -u)" = "0" ]' 'set -g status-left-style fg=colour196'
76
etc/tmux/tmux.conf
@@ -86,6 +86,10 @@ set -g default-terminal 'screen-256color'
86
87
88
89
90
91
92
93
94
if-shell '[ "$(id -u)" = "0" ]' {
95
set -g status-left-style fg=colour196
0 commit comments