https://github.com/m-col/tide
A tiny vim plugin that sends a word/line/paragraph of text from vim into a tmux pane for execution.
https://github.com/m-col/tide
Last synced: 2 months ago
JSON representation
A tiny vim plugin that sends a word/line/paragraph of text from vim into a tmux pane for execution.
- Host: GitHub
- URL: https://github.com/m-col/tide
- Owner: m-col
- License: gpl-3.0
- Created: 2023-03-05T01:58:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T21:13:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T10:09:10.700Z (4 months ago)
- Language: Vim Script
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tide
Tmux IDE for vim
This can be used to send text from vim to tmux, in two setups:
Tmux with one pane receiving all text from a non-tmuxed vim elsewhere, or
vim in one of two tmux panes can send text to the.## default keybindings for all filetypes
send visual selection (visual mode)
send current paragraph (normal mode)
send current line
send word under cursor
send section delimited by double comment characters## Contact
Email me @ [email protected] for questions or contributions.