A tiny vim plugin that sends a word/line/paragraph of text from vim into a tmux pane for execution.
git clone https://github.com/m-col/tide
Files | Refs | Readme | License

Date Commit message Author
2023-06-17 22:13don't suggest commands with no arguments can use arg completionMatt Colligan
2020-10-04 19:39add contact to readmemcol
2019-04-14 21:53do not strip leading whitespacemcol
2019-03-11 15:41added TmuxSendWORD to send <cWORD>mcol
2019-02-09 10:31fix run section to not run extra line at bottommcol
2019-01-06 16:54update with bad commit messagemcol
2018-12-27 23:58sh ftplugin: f6 to print array fieldsmcol
2018-12-15 23:59made TmuxSendLines non-script function so it can be used externallymcol
2018-12-15 18:40when using TmuxSendLines, repeated empty lines are not sent so only one empty line in a row is sent.mcol
2018-12-12 00:32search for section header only at start of linemcol
2018-12-09 11:30Merge branch 'master' of https://github.com/mcolligan/tidemcol
2018-12-09 11:06silenced all mappingsmcol
2018-12-09 11:30escape dollar sign to stop expansion of variables before being input to tmuxmcol
2018-12-08 23:09all functions now work as intendedmcol
2018-12-08 12:10all functionsmcol
2018-12-07 09:33Initial commitmcol