Bruno Sutic
acfd36e4fc
Merge pull request #167 from iloveitaly/put-with-bracketed-paste
...
paste buffer with bracketed paste
2023-07-19 14:42:45 +02:00
Michael Bianco
67526eff82
paste buffer with bracketed paste
...
this ensures the command does not automatically execute
2023-05-20 22:57:05 -06:00
Oliver Ruben Albertini
1b1a436e19
copy_pane_pwd: set tmux buffer
...
All the other copy commands not only set the system clipboard, but also
set the tmux buffer to have the selection. For consistency, the copy
pane PWD action should behave the same way.
2020-10-02 08:21:24 +02:00
Bruno Sutic
d776f4e94d
Merge pull request #142 from jonasw234/master
...
Remove 'next-' string from version, fixes #140
2020-08-07 08:55:57 +02:00
Jonas Wendorf
0780e4dd95
Remove 'next-' string from version, fixes #140
2020-04-24 21:09:43 +02:00
Bruno Sutic
648005db64
Merge pull request #134 from lilalkor/versions-compare
...
scripts/helpers.sh: fix version compare
2019-12-02 13:46:41 +01:00
lilalkor
3db48fd468
scripts/helpers.sh: fix version compare
2019-11-28 20:31:07 +03:00
Bruno Sutic
ce21dafd9a
Merge pull request #129 from kennith/update-macOS-requirement
...
Update macOS reattach-to-user-namespace requirement
2019-10-10 01:33:08 +02:00
Kennith Leung
9732e66fc0
Update README.md
2019-10-09 13:10:53 -07:00
Niklas Baumstark
226587cf7c
Fix for WSL 2 clip.exe
...
Apparently clip.exe doesn't work properly with WSL 2: It doesn't exit when EOF is reached on STDIN. This is a workaround by making sure that SIGPIPE is sent on EOF.
2019-07-16 21:16:28 -04:00
Andreas Brenk
c32337c164
Support wl-copy from the Wayland clipboard utilities
2019-07-12 10:02:02 -04:00
paresharma
44fc7cc7b5
Use -T instead of -t for Tmux 2.4 and above
2019-05-01 22:22:40 -04:00
Christian Höltje
63d505465f
test(lint): disable bogus lint alerts
2019-05-01 22:19:53 -04:00
Christian Höltje
30bfd78006
Merge yank-with-mouse from @keidax
...
- Ran `shfmt` on shell code.
- Fixed ordering of `xclip` and `xsel`.
Issue #109
2018-12-04 10:34:25 -05:00
Christian Höltje
c6a73eba6b
run shfmt on scripts
...
shfmt -f . | xargs -E'\n' shfmt -w -i 4 -s
2018-08-22 10:48:18 -04:00
Christian Höltje
302a61e5d4
tmux_is_at_least: fix IFS issue and improve variable names
2018-08-22 10:24:08 -04:00
Christian Höltje
c41154ecd9
travis: use docker to run bash & shellheck
2018-08-14 09:41:56 -04:00
Christian Höltje
6017d69dc4
tmux_is_at_least: fixed lint
2018-08-14 09:13:09 -04:00
Christian Höltje
e401bb6413
Prefer xsel to xclip
...
Fixes #114
2018-08-14 09:08:06 -04:00
Gabriel Holodak
74b0ff7c92
Document @yank_action
2018-06-07 22:18:41 -04:00
Gabriel Holodak
f855b93c66
Document mouse support
2018-06-07 21:59:15 -04:00
Gabriel Holodak
cba7f2c04f
PR feedback: add default local value
2018-06-07 21:58:00 -04:00
Gabriel Holodak
8464dad600
Add option to disable mouse bindings
2018-05-28 14:58:32 -04:00
Gabriel Holodak
d3a87359ab
Add mouse bindings and separate selection option
2018-05-28 14:55:29 -04:00
Christian Höltje
e8a03cf41d
Merge pull request #104 from kaliberr44/master
...
yank default action for TMUX > 2.4 + MouseDragEnd1Pane
2018-03-18 19:14:39 -04:00
Christian Höltje
19b1123498
travis: use pushover for notices
2018-02-01 22:11:37 -05:00
Christian Höltje
fd8000238b
v2.3.0
2018-02-01 22:09:43 -05:00
Robert Przybylowicz
ab918db34a
Removed MouseDragEnd1Pane and reverted yank deafult action to copy-pipe-and-cancel
2018-01-12 20:32:42 +01:00
Robert Przybylowicz
8e99f32479
yank action + MouseDragEnd1Pane yank
2017-07-05 21:03:26 +02:00
Christian Höltje
feb9611b7d
Add @override_copy_command to force copy command.
...
Fixes #90
2017-06-07 00:48:32 -04:00
Christian Höltje
68c5c7ca6f
changelog: added PR 89
2017-05-19 22:05:29 -04:00
Christian Höltje
80676ffbf4
readme: mention default for @yank_selection
2017-05-19 21:51:29 -04:00
Christian Höltje
53796467b8
Merge pull request #89 from maximbaz/make-tmux-is-at-least-support-build-from-master
...
utils: make tmux_is_at_least support "master" as version
2017-05-19 21:32:04 -04:00
Christian Höltje
14f588edbe
Merge branch 'master' into make-tmux-is-at-least-support-build-from-master
2017-05-19 21:30:19 -04:00
Christian Höltje
1c50f31c93
utils: fix indentation
2017-05-19 21:24:40 -04:00
Maxim Baz
b32f951c27
Make tmux_is_at_least support master version
2017-05-16 20:49:57 +02:00
Christian Höltje
e6e825186e
Merge pull request #88 from edi9999/fix-copy-line
...
Fix copyline for tmux 2.4
2017-05-09 11:40:18 -04:00
Edgar HIPP
a8f20b314f
Fix copyline for tmux 2.4
...
With the current implementation, if your shell is :
$ echo 'foo'
your cursor is at the end of the line, it will copy `$ echo 'foo'` on
tmux 2.4, and `echo 'foo'` on tmux 2.3 and below.
This normalizes the behavior on both versions so that only `echo 'foo'`
is copied
2017-05-09 08:28:56 +02:00
Christian Höltje
15b998050b
readme: clarified need for reattach
...
Closes #73 #31
2017-05-06 00:27:43 -04:00
Christian Höltje
88e74c0fe1
Set theme jekyll-theme-slate
2017-05-05 23:38:27 -04:00
Christian Höltje
54c8bd1cd0
readme: badges
2017-05-05 23:37:07 -04:00
Christian Höltje
3219c86ed2
helpers: shellcheck lint
2017-05-05 23:28:23 -04:00
Christian Höltje
65a6d1df70
travis: use stock bash
2017-05-05 23:26:04 -04:00
Christian Höltje
10867a4f58
travis: getting latest shellcheck is hard
...
Trying instructions from https://github.com/koalaman/shellcheck
2017-05-05 23:24:25 -04:00
Christian Höltje
9dbbba46e8
travis: another try
2017-05-05 23:01:30 -04:00
Christian Höltje
d6346c8c34
travis: added syntax and shellcheck
2017-05-05 22:59:07 -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
0db3e88f33
rename tmux-is-at-least with _
2017-05-05 22:34:40 -04:00
Christian Höltje
e012849621
copy_line: simpler code for tmux 2.4
2017-05-05 22:32:53 -04:00
Christian Höltje
075f56e365
more lint
2017-05-05 22:16:07 -04:00