tmux: set-clipboard on to support nested sessions

This commit is contained in:
John Bowdre 2024-01-26 16:47:28 -06:00
parent 2965808631
commit 2848187375

View file

@ -64,6 +64,9 @@
# bell
set-window-option -g window-status-bell-style fg=black,bg=red
# clipboard
set-option -s set-clipboard on
'';
};
}