Use system clipboard in tmux, hopefully.
This commit is contained in:
parent
d2927daeb8
commit
3aeecf294d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ set -g history-limit 1000
|
||||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||||
set-window-option -g mouse on
|
set-window-option -g mouse on
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
set -g set-clipboard on
|
||||||
|
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix C-t
|
set -g prefix C-t
|
||||||
|
|
Loading…
Reference in a new issue