Commit Graph

49 Commits (master)

Author SHA1 Message Date
Michael van der Kamp 3daa0e91f0
Support tmux's target-pane and target-window syntax for finding an existing runner (#210) 2 years ago
jaspertandy a70218b30c Update documentation for g:VimuxCommandShell 3 years ago
Michael van der Kamp 7d977a2954 Documentation touchups 3 years ago
Michael van der Kamp c4adf57f6e Add documentation for g:VimuxCloseOnExit 3 years ago
Gerhard Hellmann 5b1791673c
Add option to expand VimuxPromptCommand arguments (#166)
Co-authored-by: Gerhard Siegesmund <gerhard.siegesmund@btd.de>
3 years ago
Caleb Maclennan f293536dd5
docus: Copy edit help docs with fresh link and to remove 1st person 3 years ago
Caleb Maclennan f4df4c9b5b
docs: Note settings may be buffer-local 3 years ago
Matthias Bilger af602e362d Allow setting of VimuxRunner name to reuse session 3 years ago
Caleb Maclennan 71f28c8296
Merge pull request #174 from mvanderkamp/split-extra-args 3 years ago
Philipp Moers ef5622f225
Add VimuxClearTerminalScreen (#178) 3 years ago
Thomas Mayfield 8fa6ca92c0
Update VimuxSlime example to use VimuxRunCommand (#165)
I was a little confused by the example in the VimuxTslimeReplacement 
section until I figured out that it was supposed to be calling
VimuxRunCommand, rather than VimuxSendText -> VimuxSendKeys. 
The intended call is referenced in the follow paragraph, where it 
describes passing `0` as a second arg to that call to avoid an 
unwanted extra newline.
3 years ago
Michael vanderKamp 67bd945586 Add detail about VimuxOpenExtraArgs option to docs 4 years ago
Leandro Ostera 1adbef72d2 Merge pull request #157 from oskar1233/docs-missing-g
Fix docs typos (missing 'g:')
7 years ago
Alphonse Mariyagnanaseelan 198c8ea8ca Fix docs: Update function name
Updated the docs for `VimuxOpenRunner`, which was called `VimuxOpenPane` before. Relevant commit: 49a048e
7 years ago
Oskar Laska 9c3195a0be Fix docs typos (missing 'g:') 7 years ago
Alberto De Lucca 8cb0416401 Fix misspeling 7 years ago
Ben Mills 5e760def05 Merge pull request #125 from bnadlerjr/patch-1
Fix typo in docs
9 years ago
Pete Yandell 863e813928 Allow configuring which tmux binary to use.
This is mostly useful for supporting tmate, which is a fork of tmux that
uses a different command name.
9 years ago
Bob Nadler 24e9d354a4 Fix typo in docs 9 years ago
Hendrik Purmann 01c0679223 Added VimuxRunCommandInDir + doc 10 years ago
Matthias Bilger 5a530ca8e4 Updated documentation for VimuxPromptCommand
Added description for VimuxPromptCommand optional parameter.
10 years ago
Ben Mills cf6b8c08db Merge pull request #96 from jdavis/patch-1
Add documentation for VimuxRunnerType config variable
10 years ago
LIU Yang 3f3ef11f40 Fixed typo in doc/vimux.txt
Add missing `map`
10 years ago
Josh Davis 94b8b938b2 Match VimuxUseNearest documentation option w/ code 10 years ago
Josh Davis ff54646761 Document VimuxRunnerType option 10 years ago
Ben Mills f56788990d Update docs to reflect close functions. Fixes #89 11 years ago
Ben Mills 6a7fcccb6b Merge pull request #80 from cmar/zoomrunner
add VimuxZoomRunner() to zoom the runner pane on Tmux 1.8
11 years ago
Ben Mills 40e93b511f Merge pull request #91 from larrylv/patch-1
Update vimux.txt
11 years ago
Ben Mills 53477b16c9 Correct docs to reflect the true default of VimuxUseNearestPane. Fixes 92 11 years ago
Larry Lv a74b089c92 Update vimux.txt 11 years ago
daniely 3cada36538 Update vimux.txt
Fix typo "ths" to "the"
11 years ago
cmar 635b800f22 add VimuxZoomRunner() to zoom the runner pane on Tmux 1.8 11 years ago
Jason Bellamy 71b2ac31de Fixed a typo in the *VimuxOpenPane* section of the doc. 11 years ago
benmills 6e909a2439 Fix typo in 1.0.0 docs. 11 years ago
benmills 173fcda85d Update help docs for 1.0.0. 11 years ago
Chip Castle 46634b7bf7 Fixed typo in doc/vimux.txt 11 years ago
John Krueger 201964f046 add VimuxPromptString 12 years ago
Matt Rohrer 4a8e31f8b9 Fix typo in section 2.4 12 years ago
benmills f476177ad1 Add VimuxClearRunnerHistory to docs and example keybind changes 12 years ago
Stefan Otte 8402015a9e Enclose command in doc in >...< 12 years ago
Stefan Otte ec898ca9b5 Use new commands in doc. 12 years ago
benmills 8a20aec379 Update README and docs 12 years ago
Ben Mills 346f67906c Merge pull request #22 from sotte/rm_tags
rm tags file and .gitignore it.
12 years ago
Stefan Otte c57660b8ad The documentation is now available as vim help.
Don't you hate it when you have to leave vim to do something
that you could easily do within vim? For example looking up the
help for an awesome vim plugin!
12 years ago
Stefan Otte 0cf661c5f4 rm tags file and .gitignore it. 12 years ago
benmills b9684aa6d8 Add a VimuxResetSequence option so plugins can override 12 years ago
Oscar Del Ben 4f90d43915 Rename ExistingPane to NearestPane 12 years ago
Oscar Del Ben 55f6c1f393 Add option to use existing pane if one is found 12 years ago
benmills 96df08933a Vim help docs 12 years ago