Commit Graph

239 Commits (ee3075ad30560ffba20c695124c60faef97ec4a4)
 

Author SHA1 Message Date
Philipp Moers ef5622f225
Add VimuxClearTerminalScreen (#178) 3 years ago
Caleb Maclennan 7f15726b07
Merge pull request #155 from lyuts/check_tmux_binary 3 years ago
Caleb Maclennan 9c05307141
Refactor PR code order to not move cheese
With tons of outstanding PRs I don't want to introduce conflicts for no
reason. We can refactor to make the source order more sensible later.
3 years ago
Giuseppe Rota 46377b8ab9
Escape the text sent to tmux
Closes #76
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
Eugene Yunak 1dec7164ca
Use IDs instead of indexes to identify windows and panes (#110)
...because indexes can change while IDs are constant and unique.
3 years ago
saubhik fff2f1a686
Fix Markdown formatting in readme (#170) 3 years ago
Eugene Yunak f48360cea6
Fix docs, config variables should be global (#111) 3 years ago
Jonathan Barratt 02315b02c4
Fix typos in readme (#164) 3 years ago
Michael vanderKamp 67bd945586 Add detail about VimuxOpenExtraArgs option to docs 4 years ago
Michael vanderKamp 556a2d692b Add a VimuxOpenRunner command 4 years ago
Michael vanderKamp 3fdafcfd60 Add VimuxOpenExtraArgs option 4 years ago
Ben Mills 37f41195e6 Merge pull request #161 from tyewang/master
Add vimux-jest-test to README
7 years ago
Tye Wang 020a5eed02 Update plugins section of README.mkd with vimux-jest-test 7 years ago
Leandro Ostera 1adbef72d2 Merge pull request #157 from oskar1233/docs-missing-g
Fix docs typos (missing 'g:')
7 years ago
Leandro Ostera 212a34e5f9 Merge pull request #158 from alfunx/patch-1
Fix docs: Update function name
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
lyuts 9f81329f60 Wrap tmux executable detection in a helper function.
Function encapsulates executable detection which is needed at vim
startup for checking tmux availability and during actual command
running.
7 years ago
lyuts 0a560ba419 Check tmux binary availability at startup.
Updated the plugin to:
- let override the location of tmux executable.
- check tmux executable availability.
7 years ago
Leandro Ostera ca96cac46b Merge pull request #147 from lingceng/master
Escape character "`" before send command
7 years ago
Leandro Ostera edc24ff4d3 Merge pull request #149 from fpereira1/patch-1
updated readme screenshot
7 years ago
Leandro Ostera f3a919e86f Merge pull request #152 from adeluccar/patch-1
Fix misspeling
7 years ago
Alberto De Lucca 8cb0416401 Fix misspeling 7 years ago
Filype Pereira bbe6a597cd updated readme screenshot 7 years ago
lingceng 1b847e6d6a Fix #57 Escape character "`" before send command 8 years ago
Ben Mills 2285cefee9 Merge pull request #135 from pgr0ss/patch-1
Add vimux-bazel-test to the list of plugins
9 years ago
Paul Gross 1b9db6392f Add vimux-bazel-test to the list of plugins. 9 years ago
Ben Mills 1d652fdc0c Merge pull request #134 from everbot/master
Fix #133: escape backslash
9 years ago
everbot 770ae77092 Fix #133: escape backslash 9 years ago
Ben Mills bc11e401f1 Merge pull request #120 from bergman/master
VimuxRunCommandInDir: run in subshell
9 years ago
Ben Mills 5e760def05 Merge pull request #125 from bnadlerjr/patch-1
Fix typo in docs
9 years ago
Ben Mills 40d9f74db6 Merge pull request #130 from notahat/master
Allow configuring which tmux binary to use.
9 years ago
Joakim Bergman 8c332d9919 VimuxRunCommandInDir: run in subshell
Fixes a problem where the directory is not restored if the command exits
with a non-zero code.
9 years ago
Ben Mills 21d7a34172 Merge pull request #131 from jtdowney/add_cargo_plugin
Add vimux-cargo to README
9 years ago
John Downey 4153ba4987 Add vimux-cargo to README 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
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