Commit Graph

253 Commits (master)
 

Author SHA1 Message Date
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
Oscar Del Ben 55f6c1f393 Add option to use existing pane if one is found 12 years ago
benmills 96df08933a Vim help docs 12 years ago
benmills aeb965ce13 Change how current session is found. Fixes #7 12 years ago
benmills 359fb925b7 VimuxOrientation option to set the inital orientation of the runner pane. Fixes #5 12 years ago
benmills c4a0836dfa Exit copy-mode before running a command in the runner pane. Fixes #3 12 years ago
Ben Mills d189f2b99c Add Platform-specific Plugins section to the README. 12 years ago
Ben Mills 3628c358be Merge pull request #4 from pgr0ss/tslime_example
Tslime example
12 years ago
Paul Gross c6e564aaa4 Minor wording update. 12 years ago
Paul Gross 0eba4c252b Show how to use vimux as a tslime replacement in the README. 12 years ago
Paul Gross 9029bcd870 Prevent file from loading more than once, which means we do not need function! anymore. 12 years ago
benmills 4867db4429 Renamed CloseVimTmuxWindows to CloseVimTmuxPanes and check to make sure other windows exist before running. Fixes #2 12 years ago
Ben Mills d9cd985cdd Update README.mkd 12 years ago
Ben Mills 2ba3baec13 Update README.mkd 12 years ago
Ben Mills 31b174f8c8 Merge pull request #1 from tonyc/patch-1
grammar fix <3 <3
12 years ago
Tony Collen 00c18211c0 grammar fix! :) <3 <3 12 years ago
Ben Mills 8e68a62418 Update README.mkd 12 years ago
Ben Mills 6f66c734de Update README.mkd 12 years ago
benmills 506f681a7a Runner panes can be interupted with InterruptVimTmuxRunner 12 years ago
Ben Mills a0db354ffa Update README.mkd 12 years ago
Ben Mills f888a20d48 Update README.mkd 12 years ago
Ben Mills 3217097119 Update README.mkd 12 years ago
benmills 1170fbe39d Add InspectVimTmuxRunner command and PromptVimTmuxCommand 12 years ago
Ben Mills 655727d750 Update README.mkd 12 years ago