An open API service indexing awesome lists of open source software.

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.

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.