PuTTY tmux copy/paste - explained!

PuTTY tmux copy/paste - explained!

John Petrucci

6 лет назад

1,472 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Dave Houser
Dave Houser - 10.05.2023 18:37

On newer version of tmux your ANSI copy command no longer works " bind -t vi-copy y copy-pipe 'cat > ~/.tmux-buffer' " gives this error when I try to tmux source the conf file "usage: bind-key [-nr] [-T key-table] [-N note] key [command [arguments]]". To fix this use this command "bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'cat > ~/.tmux-buffer'"

Ответить
Mohammed El-Afifi
Mohammed El-Afifi - 02.02.2022 21:13

Where should I store the AutoHotkey configuration?

Ответить
vmarsch
vmarsch - 23.08.2018 00:49

Very elegant solution. Thank you!

Ответить
YOZ
YOZ - 22.05.2018 15:20

Simply brilliant! Thank you for sharing this.

Ответить