Skip to content

Commit 453d304

Browse files
author
Bruno Sutic
committed
Add links to related plugins to the readme
1 parent 3f46050 commit 453d304

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### master
44
- if $EDITOR env var is not set, provide fallback
55
- increase `open` command reliability by first `cd`-ing to the current PWD
6+
- add links to related plugins to the readme
67

78
### v0.0.2, Aug 02, 2014
89
- add readme

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ In copy mode:
2121
default browser.
2222
- highlight `file.txt` and press `Ctrl-o` - file will open in `$EDITOR`.
2323

24+
### Other goodies
25+
26+
`tmux-open` works great with:
27+
28+
- [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) - a plugin for
29+
regex searches in tmux and fast match selection
30+
- [tmux-yank](https://github.com/tmux-plugins/tmux-yank) - enables copying
31+
highlighted text to system clipboard
32+
2433
### License
2534

2635
[MIT](LICENSE.md)

0 commit comments

Comments
 (0)