Commit Graph

94 Commits (7c54b7af6ae7ec7e66174dd70bfed100d99078b6)
 

Author SHA1 Message Date
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 11 years ago
Ben Mills 81426978b4 Merge pull request #56 from tonyskn/betterCloseRunnerPane
Improve close_runner_pane
12 years ago
tonyskn 06d75cb797 Improve close_runner_pane
Do not execute `tmux kill-pane` when a runner pane is not available

Avoids UI glitches when :VimuxCloseRunner is auto-called before exiting
Vim.
12 years ago
benmills d6d88a4fce Focus runner pane when inspecting. 12 years ago
Ben Mills 56bcbb0a5f Merge pull request #50 from brianjriddle/master
Fixed for VimuxRunPrompt not working with default
12 years ago
Brian Riddle 8fb2563918 Moved default outside if statement. 12 years ago
Ben Mills c4eccfcaff Merge pull request #49 from jtmkrueger/master
Allow for Customization of prompt string
12 years ago
John Krueger dd1c213e4d updated from benmills remote master 12 years ago
John Krueger 201964f046 add VimuxPromptString 12 years ago
Ben Mills d6eb9e5f04 Add vimux-nose-test link to README. 12 years ago
benmills 908358a09a Escape $ before sending commands to tmux. Fixes #39 12 years ago
Ben Mills c5216bb345 Merge pull request #40 from alindeman/patch-1
Adds information about vim-vroom
12 years ago
Andy Lindeman e0146a05fd Adds information about vim-vroom 12 years ago
Ben Mills ea99609f56 Note ideal tmux version in README 12 years ago
benmills 4f13e27deb Allow multi-word session and window names. Fixes #34 12 years ago
Ben Mills a221eb2f79 Merge pull request #37 from abstiles/patch-autoreturn
Remember autoreturn setting
12 years ago
Andrew Stiles 539580e5fe Remember autoreturn setting
Create a new variable "_VimTmuxCmdAutoreturn" which remembers the value
of the autoreturn parameter used by the last invocation of
VimuxRunCommand or RunVimTmuxCommand. Use this parameter in the
VimuxRunLastCommand function.
12 years ago
Ben Mills dc4a45dcbf Merge pull request #35 from prognostikos/patch-1
Fix typo in section 2.4
12 years ago
Matt Rohrer 4a8e31f8b9 Fix typo in section 2.4 12 years ago
Ben Mills 6b8d484dfe Update master 12 years ago
Ben Mills 81b73a9639 Merge pull request #30 from elight/master
Adds terminal page up and down commands
12 years ago
Evan Light 9a0739b117 Merged with HEAD 12 years ago
Evan Light e4da4bb5f8 Initial rev plus my scroll up and down commands 12 years ago
Ben Mills ffc2185cb9 Update README. Fixes #24 12 years ago
benmills f476177ad1 Add VimuxClearRunnerHistory to docs and example keybind changes 12 years ago
benmills a91e177801 Add VimuxClearRunnerHistory command 12 years ago
benmills 0eefeff876 Remove deprecation warnings 12 years ago
Ben Mills 90129466fa Merge pull request #25 from sotte/rename_commands
Rename all commands to Vimux*
12 years ago
Stefan Otte 8402015a9e Enclose command in doc in >...< 12 years ago
Stefan Otte ec898ca9b5 Use new commands in doc. 12 years ago
Stefan Otte 642ea420ba Rm new style command of an already deprecated function.
There is no reason also update the name of the command which
is already deprecated.
12 years ago
Stefan Otte dbdee1c224 Rename all commands to have "Vimux" as prefix.
There are still alias functions.
12 years ago
Stefan Otte 1bc5f5ba85 Add aliases of all cmds that start with 'Vimux*'.
This way it's way easier to get all available vimux commands
in vims ex mode with tab completion.
12 years ago