feat: Adding an external clipboard option to tmux to aid in copy/paste

operations.
This commit is contained in:
Finch 2025-09-27 21:09:52 -05:00
parent f64b30c964
commit cc613d5ec6

View File

@ -4,6 +4,9 @@ set -g default-terminal "xterm-256color"
# Set encoding to Unicode8
setw -gq utf8 on
# Allow for external system clipboard
set-option -g set-clipboard external
# Allow mouse interactions
set -g mouse on