mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-12 21:52:18 +00:00
tmux: set-clipboard on to support nested sessions
This commit is contained in:
parent
2965808631
commit
2848187375
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@
|
|||
|
||||
# bell
|
||||
set-window-option -g window-status-bell-style fg=black,bg=red
|
||||
|
||||
# clipboard
|
||||
set-option -s set-clipboard on
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue