Edgar HIPP
adda216aa0
Support tmux 2.4 for copy_line
2017-04-29 17:05:43 +02:00
Bruno Sutic
21c3ba7f84
Merge pull request #82 from docwhat/pr/tmux-2.4
...
support tmux 2.4
2017-04-25 04:07:33 +02:00
Christian Höltje
375fbd8913
support tmux 2.4
...
TMUX has changed the way bind-keys works in version 2.4+
This change supports both older and newer versions.
Closes #76
2017-04-21 15:16:59 -04:00
Christian Höltje
896ecf9074
Added tmux-is-at-least method for version checking
2017-04-21 15:15:34 -04:00
Bruno Sutic
e306c645b0
Merge pull request #52 from leoalekseyev/master
...
Adding -b flag to run-shell commands
2016-03-05 15:01:10 +01:00
Leo Alekseyev
7528b7b4f2
Adding -b flag to run-shell commands
...
This prevents tmux clients from becoming unresponsive until the xclip
process is killed (happens with tmux 2.1 under Linux). See following
for details:
http://unix.stackexchange.com/questions/77355/tmux-xclip-copy-no-longer-working
2016-03-04 01:07:04 -08:00
Bruno Sutic
ee9a60a9b5
Merge pull request #47 from qstrahl/patch-1
...
Add *.png binary to gitattributes
2015-11-19 14:22:54 +01:00
Quinn Strahl
a3f4a22c10
Add *.png binary to gitattributes
...
core.autocrlf can do some really annoying stupid stuff otherwise, leaving local png files in a permanently modified state and making updating with tpm impossible
2015-11-18 13:20:15 -05:00
Bruno Sutic
dc9853942b
Better use of constants
2015-10-12 14:25:54 +02:00
Bruno Sutic
2e82b583ff
Update vagrant provisioning script
2015-10-12 14:10:35 +02: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
Bruno Sutic
9a4d1ccbd0
Explicitly set 'Vagrantfile' eol to LF
2015-10-08 14:26:57 +02:00
Bruno Sutic
41b6a623ca
Better cygwin support
2015-10-08 14:24:52 +02:00
Bruno Sutic
7cabab6a50
Merge pull request #44 from netei/master
...
Add support for custom copy command
2015-09-28 17:42:41 +02:00
HIPP Edgar (PRESTA EXT)
a21e5a027c
Add support for custom copy command
2015-09-22 09:20:57 +02:00
Bruno Sutic
6e1a5f1358
Update plugin installation instructions
2015-08-10 20:43:17 +02:00
Bruno Sutic
13a8219119
v2.1.0
2015-06-17 11:56:28 +02:00
Bruno Sutic
9781bf1df8
Update readme
2015-06-17 11:55:52 +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
0f52470e02
Merge pull request #37 from xnaveira/master
...
Added shell vi mode compatibility
2015-06-17 10:53:19 +02:00
Xavier Naveira
61f5da39e9
Changed vi mode commands for beginning and end of line by Bruno's suggestion
2015-06-17 10:42:33 +02:00
Xavier Naveira
4d521c1363
Added shell vi mode compatibility
2015-06-17 10:04:02 +02:00
Bruno Sutic
93749131a8
Note about emacs key bindings in the readme
...
Fixes #33
2015-05-12 16:11:27 +02:00
Bruno Sutic
7cbc38056f
Update changelog
2015-03-26 14:52:42 +01:00
Bruno Sutic
4041101c12
Update comment
2015-03-26 14:52:37 +01:00
Bruno Sutic
9630abb55d
Merge pull request #32 from bosr/reattach
...
check if reattach is needed
2015-03-26 12:51:22 +01:00
Romain Bossart
a613c625e3
update README
2015-03-26 07:48:13 +01:00
Romain Bossart
a8d0df4d6a
even simpler check
2015-03-26 07:36:09 +01:00
Romain Bossart
d09dde2f24
bugfix
2015-03-25 23:29:02 +01:00
Romain Bossart
f3dcea420c
check if reattach is needed
2015-03-25 14:18:09 +01:00
Bruno Sutic
ae65528a1d
Another readme update
2015-02-20 14:32:08 +01:00
Bruno Sutic
371b1b54ae
Readme update
2015-02-20 14:29:52 +01:00
Bruno Sutic
abab655700
Update the changelog
2015-01-29 16:31:26 +01:00
Bruno Sutic
04ce0b9451
Merge pull request #26 from ctjhoa/master
...
Add xsel support
2015-01-29 16:30:07 +01:00
Bruno Sutic
00f0d4fc31
Merge pull request #30 from calvinchengx/master
...
Add simple instruction for MacPorts
2015-01-16 00:33:52 +01:00
Calvin Cheng
793ef6928e
You can get reattach-to-user-namespace in MacPorts using tmux-pasteboard package too
2015-01-14 14:56:47 +08: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
86842f2f8e
Update the readme
2014-11-27 13:35:09 +01:00
Camille TJHOA
1bb7effdf1
Fix xsel command & update README
2014-11-22 13:34:47 +01:00
Camille TJHOA
6ec89ace31
fix README
2014-11-21 14:34:43 +01:00
Camille TJHOA
fbca231be2
Add xsel support
2014-11-21 14:30:07 +01:00
Bruno Sutic
23d654e560
Merge pull request #25 from duffytilleman/master
...
Add note to readme on mouse support
2014-11-09 17:46:17 +01:00
duffytilleman
f5dbbde95f
Add note to readme on mouse support
2014-11-05 17:17:30 -08:00
Bruno Sutic
f0e1d227f4
Merge pull request #20 from janko-m/yank-xclip-issue
...
First check for pbcopy, then for xclip
2014-09-04 21:44:16 +02:00
Janko Marohnić
f5e753e5f2
First check for pbcopy, then for xclip
...
Some Mac users may have xclip installed, and there are some cases where
xclip isn't working properly, so we just ensure here that Mac users will
always use pbcopy, and Linux users xclip.
Fixes #19 .
2014-09-04 20:08:02 +02:00