diff --git a/tmux.conf b/tmux.conf index 79536a2..91302da 100644 --- a/tmux.conf +++ b/tmux.conf @@ -46,8 +46,9 @@ bind -n M-d detach bind -n M-Q confirm-before -p "Kill entire session? (y/n)" kill-session bind -T copy-mode-vi v send -X begin-selection -bind -T copy-mode-vi y send -X copy-pipe-and-cancel "clip.exe || wl-copy || xclip -in -selection clipboard" -bind -T copy-mode-vi MouseDragEnd1Pane send -X copy-pipe-and-cancel "clip.exe || wl-copy || xclip -in -selection clipboard" +# копирование в OS-буфер отключено — использую Shift+выделение в терминале +#bind -T copy-mode-vi y send -X copy-pipe-and-cancel "clip.exe || wl-copy || xclip -in -selection clipboard" +#bind -T copy-mode-vi MouseDragEnd1Pane send -X copy-pipe-and-cancel "clip.exe || wl-copy || xclip -in -selection clipboard" bind -n M-/ copy-mode \; command-prompt -p "(search down)" "send -X search-forward '%%%'" bind -n M-? copy-mode \; command-prompt -p "(search up)" "send -X search-backward '%%%'"