diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-24 12:06:30 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-24 12:06:30 +0100 |
commit | 198872d3198425ce2c57723c701d84a824e60c7e (patch) | |
tree | 89c2f016c839f92b88f29397e9a488ead9c1f392 /dotfiles | |
parent | fmt (diff) | |
download | nixos-config-198872d3198425ce2c57723c701d84a824e60c7e.tar.gz nixos-config-198872d3198425ce2c57723c701d84a824e60c7e.tar.bz2 nixos-config-198872d3198425ce2c57723c701d84a824e60c7e.zip |
Dotfiles: Tmux: Set up clipboard to work with xclip
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 7d6b702..2c66a60 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -1,5 +1,7 @@ set-option -sa terminal-overrides ",xterm*:Tc" + set -g mouse on +set -g set-clipboard on set -g default-command "zsh" @@ -51,6 +53,8 @@ set -g @resurrect-strategy-nvim 'session' set -g @catppuccin_flavour 'mocha' set -g @continuum-restore 'on' set -g @continuum-save-interval 4 +set -g @yank_selection 'primary' +set -g @override_copy_command 'xclip' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' |