diff --git a/.tmux.conf b/.tmux.conf index 1c0f96c..0616767 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,6 +5,9 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'jbnicolai/tmux-fpp' +# Copy to clipboard please +bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard" + # Vim style pane selection bind h select-pane -L bind j select-pane -D diff --git a/setup_script.sh b/setup_script.sh index 6ed4f42..cb8cf65 100644 --- a/setup_script.sh +++ b/setup_script.sh @@ -38,7 +38,8 @@ sudo pacman -S --noconfirm python2-pip \ flameshot \ otf-fira-code \ brave \ - yapf + yapf \ + xclip # remove yakuake as it annoys me as well as i don't use it at all. sudo pacman -R yakuake --noconfirm