Commit Graph

221 Commits (f1c27deeaab23ddf05ee71e78dbd7d31ff296697)
 

Author SHA1 Message Date
Caleb Maclennan f1c27deeaa
docs: Promote usage links in readme and remove help doc specific copy 3 years ago
Caleb Maclennan cac9d11158
docs: Update dead link and copy edit readme to avoid 1st person 3 years ago
Caleb Maclennan 8cc4fe9678
Merge pull request #183 from mvanderkamp/initialize_settings 3 years ago
Caleb Maclennan f4df4c9b5b
docs: Note settings may be buffer-local 3 years ago
Caleb Maclennan 29c5b39545
Merge branch 'master' into initialize_settings 3 years ago
Caleb Maclennan 576b24c7a0
Cleanup public/private API‌ split & coding style (#184)
* feat: Make s:VimuxOption (was _VimuxOption) public VimuxOption
* refactor: Simplify script-local private function names
* style: Format each function as a paragraph with no blanks
* feat: Make s:tmuxExec (was _VimuxTmux) public VimuxTmux
3 years ago
Caleb Maclennan 992d525ef9
feat: Make s:tmuxExec (was _VimuxTmux) public VimuxTmux 3 years ago
Caleb Maclennan 566833e291
style: Format each function as a paragraph with no blanks 3 years ago
Caleb Maclennan 43681e9f91
refactor: Simplify script-local private function names 3 years ago
Caleb Maclennan 601749152e
feat: Make s:VimuxOption (was _VimuxOption) public VimuxOption 3 years ago
Michael van der Kamp b13568ea1b
Support buffer-local variants of options 3 years ago
Michael van der Kamp 748b54b885
Define options once at startup
This also removes a couple of "getter" functions that were being used to
look up options and fall back to their defaults
3 years ago
Caleb Maclennan 5f999f4dc4
Fix variable mismatch looking for previous command 3 years ago
Caleb Maclennan 3a1aad8752
style: Normalize indentation and other whitespace 3 years ago
Caleb Maclennan a2ab8880a1
Allow all commands to be used in chains (#182)
Allow all commands to be used in chains
3 years ago
Caleb Maclennan ed12df373a
Update canonical URL in readme to new org namespace 3 years ago
Caleb Maclennan efe04f05dc
Use more standard suffix for Markdown file 3 years ago
Caleb Maclennan 486ac1bd6e
Add lint badge to README 3 years ago
Caleb Maclennan 0e3ebca98b
Add CI job to run vint linter 3 years ago
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
3 years ago
Caleb Maclennan c212352f93
Use robust operators 3 years ago
Caleb Maclennan f589e21472
Use the full option name 3 years ago
Caleb Maclennan a5a17b8e32
Prefer single quoted strings 3 years ago
Caleb Maclennan e6fb662bf1
Replace underscore convention with proper script-local scopes 3 years ago
Caleb Maclennan 925ae23b42
Add Vint config file for vimscript linting 3 years ago
Matthias Bilger 3693ec6f12
Merge pull request #180 from m42e/preserve-choosesession
Allow setting of VimuxRunner name to reuse session
3 years ago
Matthias Bilger af602e362d Allow setting of VimuxRunner name to reuse session 3 years ago
Caleb Maclennan 0f5fd2ce49
Fix typo and bump license date range, closes #154 3 years ago
Thales Mello 57bbdc4478
Enable tab autocompletion on VimuxPromptOption (#142) 3 years ago
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.
3 years ago
Caleb Maclennan 71f28c8296
Merge pull request #174 from mvanderkamp/split-extra-args 3 years ago
Caleb Maclennan 48b541b1a4
Avoid useless space in default empty argument string 3 years ago
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