mirror of
https://github.com/tmux-plugins/tmux-yank.git
synced 2026-09-10 07:36:17 -04:00
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.
472 B
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