Commit Graph

226 Commits (f02fa9c1615cd7ef6381177abb9925a794ac9845)
 

Author SHA1 Message Date
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
benmills 8a20aec379 Update README and docs 12 years ago
Ben Mills 346f67906c Merge pull request #22 from sotte/rm_tags
rm tags file and .gitignore it.
12 years ago
Ben Mills 7f65c9c3aa Merge pull request #21 from sotte/docs
The documentation is now available as vim help.
12 years ago
Stefan Otte c57660b8ad The documentation is now available as vim help.
Don't you hate it when you have to leave vim to do something
that you could easily do within vim? For example looking up the
help for an awesome vim plugin!
12 years ago
Stefan Otte 0cf661c5f4 rm tags file and .gitignore it. 12 years ago
Ben Mills 39678261e9 Merge pull request #18 from tonyskn/closeRunnerOnly
Add `CloseVimTmuxRunner` command
12 years ago
tonyskn 597581715c Add `CloseVimTmuxRunner` command
Closes runner pane only, leaving any other panes in current window intact.
12 years ago
benmills c853343e6f Add an optional argument to RunVimTmuxCommand to stop sending a return after the command. Fixes #9 12 years ago
benmills 06ba414a32 Allow single quotes in commands. Fixes #6 12 years ago
benmills b9684aa6d8 Add a VimuxResetSequence option so plugins can override 12 years ago
benmills e925b0e127 Clear line and more accurately leave scroll-mode before runnign commands. Fixes #8 12 years ago
Ben Mills 252693ec57 Merge pull request #15 from antonishen/master
Fix: runner path issue, handle tmux not running. Fixes #13
12 years ago
Joshua Antonishen de99c54046 don't explode if you aren't in a tmux session 12 years ago
Joshua Antonishen 62ded6f281 ensure new panes are in the correct directory 12 years ago
Ben Mills f0bdd95be3 Merge pull request #11 from oscardelben/master
Use existing pane if one is found
12 years ago
Oscar Del Ben 4f90d43915 Rename ExistingPane to NearestPane 12 years ago
Ben Mills d75780aa84 Update README.mkd 12 years ago
benmills 64a5ebe875 Use tmux display to find the current session name making vimux tmux1.3 compatible. Fixes #7 12 years ago