Commit Graph

253 Commits (master)
 

Author SHA1 Message Date
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
Ben Mills a1db73079f Merge pull request #126 from ppalucki/master
escape '$' before sending to tmux
9 years ago
Pawel Palucki 70e16b73f5 escape '$' before sending to tmux 9 years ago
Bob Nadler 24e9d354a4 Fix typo in docs 9 years ago
Ben Mills a991ce8abd Merge pull request #116 from hpurmann/VimuxRunCommandInDir
Added VimuxRunCommandInDir + doc
10 years ago
Hendrik Purmann 7b655a7b5c Going back to formerly active directory after running command 10 years ago
Ben Mills 50254fad43 Merge pull request #112 from kavinderd/patch-1
Add Vundle installation instructions
10 years ago
Hendrik Purmann 01c0679223 Added VimuxRunCommandInDir + doc 10 years ago
Ben Mills be6b83cfa4 Merge pull request #114 from mxie/mx-fix-optional-prompt-arg
Check for a predefined command for prompt before executing
10 years ago
Melissa Xie d21337e01a Check for a predefined command for prompt before executing
VimuxPromptCommand was accepting 1 or more arguments instead of 0 or more. Vim
will complain about this despite nargs being set.
10 years ago
Ben Mills c56e3f79e1 Merge pull request #113 from m42e/master
Predefined command option for VimuxPromptCommand
10 years ago
Matthias Bilger 5a530ca8e4 Updated documentation for VimuxPromptCommand
Added description for VimuxPromptCommand optional parameter.
10 years ago
Matthias Bilger a772fce3e2 Removed Debug Output
Removed debug output of command which was still in there
10 years ago
Matthias Bilger d78cd0f8e1 Predefined command option for VimuxPromptCommand
Added the possibility to specify a predefined command which
can be edited or completed in the prompt line.
10 years ago
kavinderd ab6941c2c5 Add Vundle installation instructions
I added the syntax for installing this plugin via Vundle. Tested it on my system and it works.
10 years ago
Ben Mills 1c3ca9e267 Merge pull request #109 from teoric/master
Run VimuxRunCommand as command
10 years ago
Teoric e5a9eb74da :VimuxRunCommand nargs=*, not nargs=2 10 years ago
teoric 3135ab5e30 right number of arguments for :VimuxRunCommand
(read docs)
10 years ago
teoric b437d32c1b remove exclamation mark 10 years ago
teoric b60a52d36c Allow to use VimuxRunCommand as a command
use as

    :VimuxRunCommand "ls -la"
10 years ago
Ben Mills fbb873a265 Merge pull request #107 from alexozer/master
Stop Vimux from spewing garbage text
10 years ago
Alex Ozer 54858144f9 Stop Vimux from spewing garbage text 10 years ago
Ben Mills cf6b8c08db Merge pull request #96 from jdavis/patch-1
Add documentation for VimuxRunnerType config variable
10 years ago
Ben Mills a04b07992d Merge pull request #105 from alexozer/master
Add VimuxTogglePane
10 years ago
Alex Ozer 6594afdcd0 Use runner window index when converting to window 10 years ago
Alex Ozer 905e002c81 Add VimuxTogglePane 10 years ago
Ben Mills 4cea1a1b84 Merge pull request #97 from ton/fix-closing-incorrect-pane
Identify a pane by its window and its pane index
10 years ago
Ben Mills cae215041d Merge pull request #99 from justone/fix_zoom
update zoom to support pane or window
10 years ago
Ben Mills 602b2bc39c Merge pull request #101 from robturtle/patch-1
Fixed typo in doc/vimux.txt
10 years ago
LIU Yang 3f3ef11f40 Fixed typo in doc/vimux.txt
Add missing `map`
10 years ago
Nate Jones d306d43a59 update zoom to support pane or window 10 years ago
Ton van den Heuvel 8ff22883bd Identify a pane by its window and its pane index
By identifying a pane by both its window and pane index,
VimuxCloseRunner() will always close the correct pane, even in case
VimuxCloseRunner() is called from a Vim instance in a different window
than the current window.
10 years ago
Josh Davis 94b8b938b2 Match VimuxUseNearest documentation option w/ code 10 years ago
Josh Davis 17358e51ab Should return view name if one is active 10 years ago
Josh Davis ba2b2050b0 Change pane(s) -> view(s) for clarity
Slightly pedantic but it reduces possible confusion.
10 years ago
Josh Davis ff54646761 Document VimuxRunnerType option 10 years ago
Ben Mills efa6a9aa4b Create LICENSE 11 years ago
Ben Mills dfe4fa0b9e Merge pull request #94 from KevinSjoberg/fix-VimuxTmuxIndex-condition
Fix condition in _VimuxTmuxIndex()
11 years ago
Kevin Sjöberg 9855936bd1 Fix condition in _VimuxTmuxIndex()
This ensure that we call `_VimuxRunnerType()` instead of
`_VimuxRunnerType`.
11 years ago
Ben Mills 2e9b00b276 Merge pull request #93 from spiegela/patch-1
Update README to mention Vimix (Elixir Mix integration)
11 years ago
Aaron Spiegel e7c2413f30 Update README to mention Vimix (Elixir Mix integration) 11 years ago
Ben Mills f56788990d Update docs to reflect close functions. Fixes #89 11 years ago
Ben Mills 1e30ed8065 Merge pull request #83 from ersatzryan/master
Ability to change runner type
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
Ben Mills 6fb5977ef7 Merge pull request #86 from daniely/patch-1
Update vimux.txt
11 years ago
daniely 3cada36538 Update vimux.txt
Fix typo "ths" to "the"
11 years ago
Ryan Glover 7212ae4ee8 Fix finding index to be based on runner type 11 years ago