23 Commits

Author SHA1 Message Date
Marcus Stollsteimer
e28aa7799a Update docs to match existing key mappings 2020-01-19 14:54:00 -05:00
Gabe Dunn
38d923977c Focus Runner w/o Zooming - Bang Style (#94)
Add bang param on VtrFocusRunner to not zoom the focused pane
2019-10-13 11:27:58 -04:00
Michael Anhari
436b17e62d Update documentation around VtrSendCommandToRunner
Fixes #80.

Updates the helpfile and README to include information about the bang
version of `VtrSendCommandToRunner`.
2019-06-25 14:52:43 -04:00
Michael Anhari
186643da4c Fix typo in docs (#89)
Fixes typo in `VtrStripLeadningWhitespace`.
2019-06-19 08:56:01 -04:00
Michael Anhari
6db978fd0a Add elixir to list of CurrentFiletypeRunners (#72) 2017-04-11 22:08:55 -04:00
rpisharody
5efb5197bb Removed references to the non-existent function VtrSendSelectedToRunner (#64)
from doc/vim-tmux-runner.txt
2016-09-15 18:44:27 -06:00
Dain Miller
3246f75827 Update vim-tmux-runner.txt 2015-10-17 02:08:43 -04:00
Raine Virta
9b9c8f70bb fix g:vtr_filetype_runner_overrides typo 2015-06-09 10:58:15 +03:00
Chris Toomey
0a80e5bc67 Add VtrSendFile command and docs
Closes #30 - Add SendFile command proper
2015-02-06 19:48:48 -05:00
Chris Toomey
e8abf1ae69 Remove ZoomRunnerPane in favor of FocusRunnerPane
The functionality was largely duplicated across the commands, and with
regard to naming, `FocusRunnerPane` better maps to how I use it.

Closes #35 - Unify Focus & Zoom runner pane functions
2014-12-31 14:12:25 -05:00
Rusty Geldmacher
1187668e56 Fixed a couple documentation typos 2014-09-19 09:01:01 -04:00
Chris Toomey
fb486dcfed Use <leader> maps. Not sure how this lasted so long... 2014-04-11 13:50:25 -04:00
Chris Toomey
cf0b282fe2 Add zoom runner command and map 2014-04-11 13:43:23 -04:00
Chris Toomey
191d9d843c Add support for python syntactic whitespace
Closes #18 - Stripping whitespace

Add ipython readline and auto-indent notes
2014-02-17 10:30:18 -05:00
Chris Toomey
0470d5cb3f Add CtrlD send sequence 2013-03-22 14:48:03 -04:00
Chris Toomey
b612b63ec9 Update docs for VtrOpenRunner commands
Closes #9 - VtrOpenRunner command ignoring percentage
2013-03-09 14:33:12 -05:00
Chris Toomey
0160b455e1 Add ability to pass parameters to OpenRunner cmd
Closes #5 - Accept arguments to OpenRunner command for context specific
runners

This allows for specific variants of the VtrOpenRunner command to be
mapped allowing for context dependant runner orientations, sizing, and
initial command.
2013-01-27 12:21:39 -05:00
Chris Toomey
f423093897 Revert "Create runner pane in temp window"
This reverts commit 60bb1622d4b061caa1c3349ea5986cd9e1c3f229.
2013-01-27 10:58:44 -05:00
Chris Toomey
fc3acbaded Add SendSelected and SendLine commands
These commands allow for arbitrary text in the Vim buffer
to be passed to the runner pane for execution.
2013-01-27 10:00:53 -05:00
Chris Toomey
3e4a0e50e2 Change default to not clear on resize 2013-01-26 13:07:03 -05:00
Chris Toomey
60bb1622d4 Create runner pane in temp window
In order to avoid rapid flickering of runner window as it is created
and initialized, create and initialize it in a temporary background
window then bring it in.
2012-11-29 19:32:41 -05:00
Chris Toomey
bd04034a14 Major update to the documentation 2012-11-25 22:56:22 -05:00
Chris Toomey
a601e99ffe Add doc file, prompt string option 2012-11-23 13:06:14 -05:00