diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 34a6017..4323f08 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -1,5 +1,5 @@ # env -# Written in 2019 by Lucas +# Written in 2019-2020 by Lucas # CC0 1.0 Universal/Public domain - No rights reserved # # To the extent possible under law, the author(s) have dedicated all @@ -17,3 +17,4 @@ set -g base-index 1 bind A set -w synchronize-panes on bind a set -w synchronize-panes off bind b set status +bind -T copy-mode M-w send -X copy-pipe-and-cancel "xclip -sel clip"