Commit graph

43 commits

Author SHA1 Message Date
Gabriel Holodak f855b93c66 Document mouse support 2018-06-07 21:59:15 -04:00
Christian Höltje fd8000238b v2.3.0 2018-02-01 22:09:43 -05:00
Christian Höltje 68c5c7ca6f changelog: added PR 89 2017-05-19 22:05:29 -04:00
Christian Höltje 661cede866 changelog: yank-line does not care about shell_mode 2017-05-05 22:39:49 -04:00
Christian Höltje 58932c9b8c changelog: use http://keepachangelog.com/ format 2017-05-04 22:40:05 -04:00
Christian Höltje ce331d4e17 Reformatted CHANGELOG
Also fixed some minor typos.
2017-05-04 22:07:48 -04:00
Bruno Sutic 047e71f9fb
Copy pane current dir feature 2015-10-12 13:54:27 +02:00
Bruno Sutic 82e65a84dd
v2.2.0 2015-10-12 13:27:40 +02:00
Bruno Sutic 7499e6d5e1
Cygwin support via 'putclip' 2015-10-08 16:30:50 +02:00
HIPP Edgar (PRESTA EXT) a21e5a027c Add support for custom copy command 2015-09-22 09:20:57 +02:00
Bruno Sutic 13a8219119
v2.1.0 2015-06-17 11:56:28 +02:00
Bruno Sutic dc2e37ecdc
Deprecate 2015-06-17 11:40:17 +02:00
Bruno Sutic df107d7f3c
Document shell vi mode support 2015-06-17 11:39:21 +02:00
Bruno Sutic 7cbc38056f
Update changelog 2015-03-26 14:52:42 +01:00
Bruno Sutic abab655700
Update the changelog 2015-01-29 16:31:26 +01:00
Bruno Sutic 41f060e087
v2.0.0 2014-12-06 23:53:50 +01:00
Bruno Sutic 0d212c2c3d
Change "put selection" key binding to Y
Previously this was `Ctrl-y` but that overrode the default vi-copy mode
key binding.

Closes #27
2014-12-06 23:40:37 +01:00
Bruno Sutic c41a84e1b6
v1.0.0 2014-12-06 23:13:20 +01:00
Bruno Sutic 346ad27c26 Add Vagrant config for testing on linux 2014-08-04 23:04:02 +02:00
Bruno Sutic bd862f9f1d Update README to show how to update xclip selection on Linux 2014-08-04 22:44:01 +02:00
Bruno Sutic d9af5dba16 Update README related plugins list 2014-08-03 14:53:25 +02:00
Bruno Sutic 77ec500b7c Display error message if plugin dependencies not installed
Fixes #16
2014-08-02 18:47:15 +02:00
Bruno Sutic 26c3ede036 Update changelog 2014-07-31 00:31:48 +02:00
Bruno Sutic 775531c514 Update changelog 2014-07-30 23:59:55 +02:00
Bruno Sutic a29aa77cf9 Remove screencast from the project because its too big to download 2014-07-30 23:52:30 +02:00
Bruno Sutic 925e1065e4 Simplify readme 2014-07-29 20:29:51 +02:00
Bruno Sutic 417457a84a v0.0.4 2014-07-29 18:27:41 +02:00
Bruno Sutic f0332c13a1 Show screencast in the readme 2014-07-29 18:27:11 +02:00
Bruno Sutic 476785eed3 Add video/README.md 2014-07-29 18:24:14 +02:00
Bruno Sutic 0465cf3bb0 Import a screencast for the project
Closes #9
2014-07-29 17:47:57 +02:00
Bruno Sutic 96d3078f68 Add screencast script 2014-07-29 17:43:57 +02:00
Bruno Sutic dfddfcb31e Update readme to reflect github organization change 2014-07-28 17:45:24 +02:00
Bruno Sutic 76a5c8485f Bump version 2014-06-29 14:18:25 +02:00
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
Bruno Sutic 2fa5010bf4 Code cleanup
Removed lines weren't really used.
2014-06-29 12:18:23 +02:00
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
Bruno Sutic 8a0c06e1fe Adds wait time for 'yank line' when running remote shell
If 'yank line' is tried when running in a remote shell (ssh) with
latency, the result will not be good.
I consistently yanked only the *last character* in the command.
This is due to latency: yank line feature works faster than the cursor
is moved in the remote shell.

To fix this issue, if remote shell is detected (ssh or mosh) wait time
is added to compensate for network latency.
Wait time of '0.2s' seemed to give good results, but at the end, wait of
'0.4s' is set. This should be more robust and allow for even greater
latency (I only wonder how could anyone work with that).
2014-06-27 12:42:33 +02:00
Bruno Sutic 260c29505b v0.0.2 2014-06-25 16:02:58 +02:00
Bruno Sutic 4a15a81783 Add a feature for copying current command line to clipboard 2014-06-25 15:11:27 +02:00
Bruno Sutic a8da4c2a96 Improve requirements check for OS X 2014-06-25 12:17:15 +02:00
Bruno Sutic cf98b09425 Update readme 2014-06-25 12:08:33 +02:00
Bruno Sutic 34a97e02db Bump version 2014-06-24 15:04:37 +02:00
Bruno Sutic 53b38cab96 First commit 2014-06-24 11:39:47 +02:00