feat: Adding an external clipboard option to tmux to aid in copy/paste
operations.
This commit is contained in:
parent
f64b30c964
commit
cc613d5ec6
@ -4,6 +4,9 @@ set -g default-terminal "xterm-256color"
|
|||||||
# Set encoding to Unicode8
|
# Set encoding to Unicode8
|
||||||
setw -gq utf8 on
|
setw -gq utf8 on
|
||||||
|
|
||||||
|
# Allow for external system clipboard
|
||||||
|
set-option -g set-clipboard external
|
||||||
|
|
||||||
# Allow mouse interactions
|
# Allow mouse interactions
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user