Releases: tmux-plugins/tmux-yank
Releases · tmux-plugins/tmux-yank
v2.3.0
Added
- Tmux 2.4 support (@docwhat, @edi9999)
- Windows Subsystem for Linux (WSL) support via
clip.exe
(@lukewang1024) - "copy pane current directory" feature (@bruno-)
yank_line
andyank_pane_pwd
fork to prevent xclip from hanging Tmux (@leoalekseyev)
yank_line
no longer cares if you use emacs or vi in copy-mode.
Fixed
- Detect git builds of tmux version ≥ 2.4 (@maximbaz PR#89)
v2.2.0
v2.1.0
v2.0.0
v1.0.0
v0.0.4
v0.0.3
Added
- Wait when doing "yank line" when using a remote shell (
ssh
,mosh
) to
ensure screen is updated.
Fixed
- Handle
yank-line
when used on the last line of buffer: copy multiple
lines. yank-line
never yanks 'newline' char for multiple-line commands in
shell (this is actually tmux/bash bug).
Updated
- Code cleanup.