diff options
| -rw-r--r-- | lib/common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index 58f8b76..54b28ea 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -272,8 +272,12 @@ in { plugins = with pkgs.tmuxPlugins; [ extrakto tmux-fzf + yank ]; extraConfig = '' + # Clipboard integration + set -s set-clipboard on + set -as terminal-features ',xterm-256color:clipboard' # Automatically set window title set-window-option -g automatic-rename on set-option -g set-titles on |
