Compare commits

...

3 commits

View file

@ -1,6 +1,10 @@
# Enable mouse support
set -g mouse on
# Fix copying text inside mosh: force tmux to send OSC 52 with "c;" selection
# type, which is the only format mosh accepts (see mobile-shell/mosh#1054)
set -as terminal-overrides ',xterm-256color:Ms=\E]52;c%p1%.0s;%p2%s\007'
# Select next window
bind-key Space next-window