Commit Graph

226 Commits (f02fa9c1615cd7ef6381177abb9925a794ac9845)
 

Author SHA1 Message Date
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 11 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.
11 years ago
Josh Davis 94b8b938b2 Match VimuxUseNearest documentation option w/ code 11 years ago
Josh Davis 17358e51ab Should return view name if one is active 11 years ago
Josh Davis ba2b2050b0 Change pane(s) -> view(s) for clarity
Slightly pedantic but it reduces possible confusion.
11 years ago
Josh Davis ff54646761 Document VimuxRunnerType option 11 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
Ryan Glover aa8a444609 Add ability to change runner type between pane and window 11 years ago
Ryan Glover 49a048e94e Change variable and function names to be pane/window agnostic 11 years ago
cmar 635b800f22 add VimuxZoomRunner() to zoom the runner pane on Tmux 1.8 11 years ago
Ben Mills be0a60ec70 Fix broken image in README. 11 years ago
Ben Mills 0228508f54 Merge pull request #75 from daviddavis/master
Fixing out of range error
11 years ago
Ben Mills 42772b79d3 Merge pull request #77 from jasonbellamy/master
Fixed a typo in the *VimuxOpenPane* section of the doc.
11 years ago
Jason Bellamy 71b2ac31de Fixed a typo in the *VimuxOpenPane* section of the doc. 11 years ago
David Davis 1a0a8abe71 Fix out of range error
Fix the following error. This fixes #72.

E684: list index out of range: 1
E116: Invalid arguments for function match(panes[i], "(active)") == -1
E15: Invalid expression: match(panes[i], "(active)") == -1
11 years ago
Ben Mills 70433ed91b Remove ruby requirement in README. 11 years ago
benmills 7c54b7af6a Merge branch '1.0.0rc1'
Conflicts:
	plugin/vimux.vim
11 years ago
benmills 064ca8693a Only escale double quotes. Thanks @pgr0ss 11 years ago
Ben Mills d99e30cc9b Merge pull request #68 from anyakichi/master
Escape a semicolon at the end of input
11 years ago
Ben Mills 6dd26fe7c3 Update README.mkd 11 years ago
Anyakichi b409314c80 Escape a semicolon at the end of input.
Avoid tmux treating it as a separator.
11 years ago
Ben Mills 3f930159a2 Merge pull request #67 from fabiomcosta/patch-1
Updating README with new style Vimux prefixed commands
11 years ago
Fabio M. Costa a6889b4bf4 Updating README with new style Vimux prefixed commands 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
benmills e729607de6 Rewrite vimux using VimL.
This commit also drops the deprecated functions and removes some rarely used
functions such as VimuxClosePanes.
11 years ago
Ben Mills 35c54c0801 Merge pull request #64 from jingweno/master
Add vimux-zeus to README
11 years ago
Jingwen Owen Ou e5602b90a5 Add vimux-zeus to README 11 years ago
Ben Mills 63ad5424d8 Merge pull request #62 from fishman/allow_backticks
Allow backticks
11 years ago
Reza Jelveh 8e091d6d5e allow backticks in commands, also fix potential exploit, of user running untrusted code hidden in some source 11 years ago
Reza Jelveh 51ee1a3c6d fix variable scopes 11 years ago
Ben Mills 9a410c5158 Merge pull request #59 from chip/master
Fixed typo in doc/vimux.txt
11 years ago
Chip Castle 46634b7bf7 Fixed typo in doc/vimux.txt 11 years ago
Ben Mills eab15dc06e Add vimux-golang to README 12 years ago