tmux-plugins.tmux-yank/CHANGELOG.md
Bruno Sutic bed68528d9 Bugfix: line yank doesn't work when in last pane line
When the current command line is the last/bottom line in the scrollback
buffer, then jumping to the bottom of the buffer:
- stays in the current line
- goes to the start of current line

This is, of course, not desired bc we get the wrong result.

The fix is to just 'down' movement in copy mode. The down movement
preserves cursor column.

Fixes #11.
2014-06-28 00:50:35 +02:00

472 B

Changelog

master

  • adds wait time for 'yank line' when in the remote shell (ssh, mosh) so yank line is more correct
  • fix bug when yank-line is used in the last line in buffer. New 'solution' is implemented for copying multiple lines.

v0.0.2, Jun 25, 2014

  • updated readme
  • for OS X, also check if 'reattach-to-user-namespace' is installed
  • add a feature for copying current command line to clipboard

v0.0.1, Jun 24, 2014

  • first working version