Commit Graph

206 Commits

Author SHA1 Message Date
Caleb Maclennan
ed12df373a
Update canonical URL in readme to new org namespace 2021-02-14 19:48:48 +03:00
Caleb Maclennan
efe04f05dc
Use more standard suffix for Markdown file 2021-02-14 19:27:00 +03:00
Caleb Maclennan
486ac1bd6e
Add lint badge to README 2021-02-14 19:27:00 +03:00
Caleb Maclennan
0e3ebca98b
Add CI job to run vint linter 2021-02-14 19:27:00 +03:00
Caleb Maclennan
bde8b4cb37
Fix vimscript lint errors and add CI linter (#181)
* Add Vint config file for vimscript linting
* Replace underscore convention with proper script-local scopes
* Prefer single quoted strings
* Use the full option name
* Use robust operators
2021-02-14 19:20:03 +03:00
Caleb Maclennan
c212352f93
Use robust operators 2021-02-14 19:17:08 +03:00
Caleb Maclennan
f589e21472
Use the full option name 2021-02-14 19:15:05 +03:00
Caleb Maclennan
a5a17b8e32
Prefer single quoted strings 2021-02-14 19:12:47 +03:00
Caleb Maclennan
e6fb662bf1
Replace underscore convention with proper script-local scopes 2021-02-14 17:12:03 +03:00
Caleb Maclennan
925ae23b42
Add Vint config file for vimscript linting 2021-02-14 16:39:31 +03:00
Matthias Bilger
3693ec6f12
Merge pull request #180 from m42e/preserve-choosesession
Allow setting of VimuxRunner name to reuse session
2021-02-14 13:47:05 +01:00
Matthias Bilger
af602e362d Allow setting of VimuxRunner name to reuse session 2021-02-14 10:10:24 +01:00
Caleb Maclennan
0f5fd2ce49
Fix typo and bump license date range, closes #154 2021-02-14 10:21:21 +03:00
Thales Mello
57bbdc4478
Enable tab autocompletion on VimuxPromptOption (#142) 2021-02-13 21:09:55 +03:00
Caleb Maclennan
cce8466613
Move the cheese, because it has to move to run
As anybody following this might have divined, my testing  was flawed and
I was running different code than I was viewing.
2021-02-13 19:29:25 +03:00
Caleb Maclennan
71f28c8296
Merge pull request #174 from mvanderkamp/split-extra-args 2021-02-13 19:23:36 +03:00
Caleb Maclennan
48b541b1a4
Avoid useless space in default empty argument string 2021-02-13 19:22:44 +03:00
Philipp Moers
ef5622f225
Add VimuxClearTerminalScreen (#178) 2021-02-13 19:17:10 +03:00
Caleb Maclennan
7f15726b07
Merge pull request #155 from lyuts/check_tmux_binary 2021-02-13 18:50:26 +03:00
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.
2021-02-13 18:41:57 +03:00
Giuseppe Rota
46377b8ab9
Escape the text sent to tmux
Closes #76
2021-02-13 12:38:46 +03:00
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.
2021-02-13 12:20:02 +03:00
Eugene Yunak
1dec7164ca
Use IDs instead of indexes to identify windows and panes (#110)
...because indexes can change while IDs are constant and unique.
2021-02-13 12:13:02 +03:00
saubhik
fff2f1a686
Fix Markdown formatting in readme (#170) 2021-02-13 12:02:22 +03:00
Eugene Yunak
f48360cea6
Fix docs, config variables should be global (#111) 2021-02-13 12:00:10 +03:00
Jonathan Barratt
02315b02c4
Fix typos in readme (#164) 2021-02-13 10:37:25 +03:00
Michael vanderKamp
67bd945586 Add detail about VimuxOpenExtraArgs option to docs 2020-01-12 17:37:18 -06:00
Michael vanderKamp
556a2d692b Add a VimuxOpenRunner command 2020-01-12 16:59:05 -06:00
Michael vanderKamp
3fdafcfd60 Add VimuxOpenExtraArgs option 2020-01-12 14:13:17 -06:00
Ben Mills
37f41195e6 Merge pull request #161 from tyewang/master
Add vimux-jest-test to README
2017-10-24 17:48:22 -05:00
Tye Wang
020a5eed02 Update plugins section of README.mkd with vimux-jest-test 2017-10-24 16:33:48 -04:00
Leandro Ostera
1adbef72d2 Merge pull request #157 from oskar1233/docs-missing-g
Fix docs typos (missing 'g:')
2017-10-07 11:32:54 +02:00
Leandro Ostera
212a34e5f9 Merge pull request #158 from alfunx/patch-1
Fix docs: Update function name
2017-10-07 11:31:45 +02:00
Alphonse Mariyagnanaseelan
198c8ea8ca Fix docs: Update function name
Updated the docs for `VimuxOpenRunner`, which was called `VimuxOpenPane` before. Relevant commit: 49a048e
2017-09-26 08:22:42 +02:00
Oskar Laska
9c3195a0be Fix docs typos (missing 'g:') 2017-09-21 10:52:04 +02:00
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.
2017-07-09 23:25:32 -07:00
lyuts
0a560ba419 Check tmux binary availability at startup.
Updated the plugin to:
- let override the location of tmux executable.
- check tmux executable availability.
2017-07-09 23:25:16 -07:00
Leandro Ostera
ca96cac46b Merge pull request #147 from lingceng/master
Escape character "`" before send command
2017-07-02 01:08:20 +02:00
Leandro Ostera
edc24ff4d3 Merge pull request #149 from fpereira1/patch-1
updated readme screenshot
2017-07-01 23:54:59 +02:00
Leandro Ostera
f3a919e86f Merge pull request #152 from adeluccar/patch-1
Fix misspeling
2017-07-01 23:54:44 +02:00
Alberto De Lucca
8cb0416401 Fix misspeling 2017-06-16 00:09:53 -04:00
Filype Pereira
bbe6a597cd updated readme screenshot 2017-04-04 20:27:30 +12:00
lingceng
1b847e6d6a Fix #57 Escape character "`" before send command 2017-01-09 18:58:14 +08:00
Ben Mills
2285cefee9 Merge pull request #135 from pgr0ss/patch-1
Add vimux-bazel-test to the list of plugins
2015-09-19 18:36:06 -05:00
Paul Gross
1b9db6392f Add vimux-bazel-test to the list of plugins. 2015-09-18 16:59:17 -07:00
Ben Mills
1d652fdc0c Merge pull request #134 from everbot/master
Fix #133: escape backslash
2015-08-31 09:20:40 -07:00
everbot
770ae77092 Fix #133: escape backslash 2015-08-31 20:43:17 +09:30
Ben Mills
bc11e401f1 Merge pull request #120 from bergman/master
VimuxRunCommandInDir: run in subshell
2015-08-25 10:27:55 -07:00
Ben Mills
5e760def05 Merge pull request #125 from bnadlerjr/patch-1
Fix typo in docs
2015-08-25 10:14:31 -07:00
Ben Mills
40d9f74db6 Merge pull request #130 from notahat/master
Allow configuring which tmux binary to use.
2015-08-25 10:14:23 -07:00