mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
Tweak setting terminal-features for tmux copy
This commit is contained in:
parent
77084aad8d
commit
787da4cf93
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# Fix copying text inside mosh
|
# Fix copying text inside mosh
|
||||||
set -as terminal-features ',xterm-256color:clipboard'
|
set -s 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