Skip to content

Commit

Permalink
.tmux.conf: add a note about OSC 52 mosh compat, cf. mobile-shell/mos…
Browse files Browse the repository at this point in the history
…h#1054

(we don't need it because we patch mosh for more relaxed parsing of
OSC 52 sequences)
  • Loading branch information
intelfx committed Jul 21, 2024
1 parent a9df997 commit 535936d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ set -g renumber-windows on
# enable OSC 52 support for the built-in selection/clipboard (see below)
set -g set-clipboard on
set -ag terminal-features "tmux*:clipboard:ccolour:cstyle:focus:title"
# emit OSC 52 in a form acceptable to unpatched mosh (see mobile-shell/mosh#1054)
# set-option -ag terminal-overrides "xterm*:Ms=\\E]52;c;%p2%s\\7"
# set-option -ag terminal-overrides "tmux*:Ms=\\E]52;c;%p2%s\\7"

# Rebind select-pane commands to disable key repeat (really annoying)
bind Up select-pane -U
Expand Down

0 comments on commit 535936d

Please sign in to comment.