laktak / extrakto

extrakto for tmux - quickly select, copy/insert/complete text without a mouse
MIT License
878 stars 45 forks source link

Drop tmux display-popup -KR arguments #69

Closed vekkt0r closed 3 years ago

vekkt0r commented 3 years ago

Extrakto fails with tmux-3.2-rc4:

$ ./.tmux/plugins/extrakto/scripts/open.sh
tmux: unknown option -- K
usage: display-popup [-CE] [-c target-client] [-d start-directory] [-h height] [-t target-pane] [-w width] [-x position] [-y position] [command]

-K is now default behavior: https://github.com/tmux/tmux/commit/c44750792a9683c5cd6f9df5a69e7417b88772d2

laktak commented 3 years ago

Thank you for looking this up!