We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9df997 commit 535936dCopy full SHA for 535936d
.tmux.conf
@@ -73,6 +73,9 @@ set -g renumber-windows on
73
# enable OSC 52 support for the built-in selection/clipboard (see below)
74
set -g set-clipboard on
75
set -ag terminal-features "tmux*:clipboard:ccolour:cstyle:focus:title"
76
+# emit OSC 52 in a form acceptable to unpatched mosh (see mobile-shell/mosh#1054)
77
+# set-option -ag terminal-overrides "xterm*:Ms=\\E]52;c;%p2%s\\7"
78
+# set-option -ag terminal-overrides "tmux*:Ms=\\E]52;c;%p2%s\\7"
79
80
# Rebind select-pane commands to disable key repeat (really annoying)
81
bind Up select-pane -U
0 commit comments