tmux-plugins.tmux-yank/CHANGELOG.md
Bruno Sutic ea13a18a5d Bugfix: copy line binding never yanks newlines
This addresses a tmux/bash issue that occurs for commands with multiple
lines. When 'C-e' is pressed in a command, this confuses tmux so
newlines are yanked in copy-mode.

When a user wants to line-yank multiple-line command he is better off
when newlines aren't yanked.
This commit reliably enables this.

Fixes #13
2014-06-29 14:13:27 +02:00

598 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.
  • code cleanup
  • yank-line never yanks 'newline' char for multiple-line commands in shell (this is actually tmux/bash bug).

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