summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-07 13:02:19 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-07 13:02:19 -0600
commit0b3027536a729d3bbbd710d0af8794ab346ec92d (patch)
tree42a25910da70fd41812e7096e85befea1dd1705c
parent7a66478b568509889a030914062583490994daa5 (diff)
fix(tmux): remove tmux-yank and use OSC 52 via set-clipboard
-rw-r--r--tmux/.config/tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index d8e9453..5967869 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -37,11 +37,11 @@ bind-key ')' if-shell 'tmux swapw -t :0 -d' '' 'movew -t :0'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
-set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'lawabidingcactus/tmux-gruvbox-truecolor'
if "test ! -d $XDG_CONFIG_HOME/tmux/plugins/tpm" \
- "run 'git clone https://github.com/tmux-plugins/tpm $XDG_CONFIG_HOME/tmux/plugins/tpm && $XDG_CONFIG_HOME/tmux/plugins/tpm/bin/install_plugins'"
+ "run 'git clone https://github.com/tmux-plugins/tpm $XDG_CONFIG_HOME/tmux/plugins/tpm \
+ && $XDG_CONFIG_HOME/tmux/plugins/tpm/bin/install_plugins'"
run '$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm'