From 31950b6ae332061fd9088572b0809157d5fa2ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 10 Mar 2026 00:45:28 +0100 Subject: [PATCH] feat(tmux): remove os specific copy in favor of osc --- tmux/tmux.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5fcc76c..6b6584f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -24,14 +24,6 @@ set -g status-left-length 20 set-window-option -g mode-keys vi bind -T copy-mode-vi v send-keys -X begin-selection -# differentiate copy on linux and max -if-shell -b '[ "$(uname -s)" = "Linux" ]' { - bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard' -} - -if-shell -b '[ "$(uname -s)" = "Darwin" ]' { - bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'pbcopy' -} # vim-like pane switching bind ^ last-window