Commit graph

156 commits

Author SHA1 Message Date
Christian Höltje 47b7380537 Explain how to use set-clipboard with xterm and iTerm2
Closes #51
2017-05-05 22:03:02 -04:00
Christian Höltje ab9218c987 helpers: more lint 2017-05-05 21:40:52 -04:00
Christian Höltje 6396642871 lint: Declare and assign separately
…to avoid masking return values
2017-05-05 00:29:59 -04:00
Christian Höltje f30926f150 normalized indentation in all scripts 2017-05-05 00:25:22 -04:00
Christian Höltje c5ccf91d48 readme: fixed title 2017-05-04 23:47:58 -04:00
Christian Höltje 279e7cf9e5 readme: cleanup and reformatting. 2017-05-04 23:45:24 -04:00
Christian Höltje 60291c58b2 readme: reflowed with pandoc 2017-05-04 22:49:48 -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
Christian Höltje 68e2e1e200 tell github what programming languages to ignore 2017-05-04 12:10:41 -04:00
Christian Höltje bd8c664085 Merge pull request #79 from lukewang1024/feature/WSL-support
Use clip.exe if exists for copying to Windows clipboard in WSL.
2017-05-04 11:44:15 -04:00
Christian Höltje 505383854f Merge pull request #85 from edi9999/master
Support tmux 2.4 for copy_line
2017-05-04 11:43:56 -04:00
Christian Höltje 359e50a1c2 Fix <= 2.3 support
I have no idea what I was smoking when I made the 2.4 and pre-2.4 code
the same.

Closes #83
2017-05-04 11:41:32 -04:00
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
Luke Wang fe10415ba0 Use clip.exe if exists for copying to Windows clipboard in WSL. 2017-03-28 19:52:51 +08: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