mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
Try to fix copying text using tmux inside of mosh
This commit is contained in:
parent
118483898d
commit
77084aad8d
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
# Enable mouse support
|
# Enable mouse support
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
# Fix copying text inside mosh
|
||||||
|
set -as terminal-features ',xterm-256color:clipboard'
|
||||||
|
|
||||||
# Select next window
|
# Select next window
|
||||||
bind-key Space next-window
|
bind-key Space next-window
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue