- add 'copy pane current directory' feature
- add support for custom copy command (if xclip and others aren't accessible, and you want to have your custom copy command)
- add cygwin support via
putclip
command
- add support for
xsel
on linux (@ctjhoa) - make
reattach-to-user-namespace
on OS X optional (@bosr) - support for shell
vi
mode (@xnaveira) - deprecate
Alt-y
- change copy mode "put selection" key binding to
Y
so that vi modeCtrl-y
is not overriden.
- simplify README
- remove screencast from the master branch because it's too large for download.
The screencast is moved to the separate
screencast
branch and can be cloned from there. - show error message if plugin dependencies aren't insalled
- update README related plugins list
- update README to show how to update xclip selection on Linux
- add vagrant-related setup files for testing on Linux
- update readme to reflect github organization change
- add screencast script file
- import screencast project
- add
video/README.md
- put screencast in the readme
- 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).
- updated readme
- for OS X, also check if 'reattach-to-user-namespace' is installed
- add a feature for copying current command line to clipboard
- first working version