https://github.com/markmandel/tmux-intellij
Plugin that provides Tmux integration with IntelliJ.
https://github.com/markmandel/tmux-intellij
Last synced: 8 months ago
JSON representation
Plugin that provides Tmux integration with IntelliJ.
- Host: GitHub
- URL: https://github.com/markmandel/tmux-intellij
- Owner: markmandel
- Created: 2012-09-26T16:27:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T05:00:55.000Z (almost 7 years ago)
- Last Synced: 2025-04-10T06:32:34.096Z (about 1 year ago)
- Language: Java
- Size: 164 KB
- Stars: 19
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tmux IntelliJ Plugin
=====================
Plugin that provides Tmux integration with IntelliJ. First pass will be the ability to send data to a specific Tmux panel, which can allow for easy REPL integration with IntelliJ, although I'm sure it can be used for other things.
Usage
------
### Selecting the Pane to Send Text To ###
1. You must first select a the pane you want your text to go to through *Tools > Tmux > Select Pane*. This pane selection is persisted until you restart IntelliJ.
### Send Selected Text to Tmux ###
1. To paste text to the Tmux pane from here, you can select the *Send Selected to Tmux* action (*Tools > Tmux*, or through the right click menu), or through the shortcut key, Ctrl+B, V.
### Send Current Line to Tmux ###
1. To send the text from the current line your caret is on to a Tmux pane, you can select the *Send Current Line To Tmux* action (*Tools > Tmux*, or through the right click menu), or through the shortcut key, Ctrl+B, L.
Contribution
------------
Please feel free to fork and make push requests to contribute back!