mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +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
|
# bell
|
||||||
set-window-option -g window-status-bell-style fg=black,bg=red
|
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