Commit Graph

52 Commits

Author SHA1 Message Date
benmills
a91e177801 Add VimuxClearRunnerHistory command 2012-06-15 11:02:43 -07:00
benmills
0eefeff876 Remove deprecation warnings 2012-06-15 10:54:12 -07:00
Ben Mills
90129466fa Merge pull request #25 from sotte/rename_commands
Rename all commands to Vimux*
2012-06-15 10:51:47 -07:00
Stefan Otte
8402015a9e Enclose command in doc in >...< 2012-06-08 17:16:01 +02:00
Stefan Otte
ec898ca9b5 Use new commands in doc. 2012-06-08 17:13:57 +02:00
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.
2012-06-08 17:02:39 +02:00
Stefan Otte
dbdee1c224 Rename all commands to have "Vimux" as prefix.
There are still alias functions.
2012-06-02 00:53:11 +02:00
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.
2012-06-02 00:15:52 +02:00
benmills
8a20aec379 Update README and docs 2012-06-01 14:00:41 -05:00
Ben Mills
346f67906c Merge pull request #22 from sotte/rm_tags
rm tags file and .gitignore it.
2012-06-01 11:48:40 -07:00
Ben Mills
7f65c9c3aa Merge pull request #21 from sotte/docs
The documentation is now available as vim help.
2012-06-01 11:48:23 -07:00
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!
2012-05-31 18:45:27 +02:00
Stefan Otte
0cf661c5f4 rm tags file and .gitignore it. 2012-05-31 17:44:50 +02:00
Ben Mills
39678261e9 Merge pull request #18 from tonyskn/closeRunnerOnly
Add `CloseVimTmuxRunner` command
2012-05-07 10:53:18 -07:00
tonyskn
597581715c Add CloseVimTmuxRunner command
Closes runner pane only, leaving any other panes in current window intact.
2012-05-05 19:10:09 +02:00
benmills
c853343e6f Add an optional argument to RunVimTmuxCommand to stop sending a return after the command. Fixes #9 2012-04-20 17:47:54 -05:00
benmills
06ba414a32 Allow single quotes in commands. Fixes #6 2012-04-20 17:03:43 -05:00
benmills
b9684aa6d8 Add a VimuxResetSequence option so plugins can override 2012-04-20 16:24:41 -05:00
benmills
e925b0e127 Clear line and more accurately leave scroll-mode before runnign commands. Fixes #8 2012-04-20 15:34:40 -05:00
Ben Mills
252693ec57 Merge pull request #15 from antonishen/master
Fix: runner path issue, handle tmux not running. Fixes #13
2012-04-15 10:04:25 -07:00
Joshua Antonishen
de99c54046 don't explode if you aren't in a tmux session 2012-04-15 02:07:03 -04:00
Joshua Antonishen
62ded6f281 ensure new panes are in the correct directory 2012-04-15 02:06:21 -04:00
Ben Mills
f0bdd95be3 Merge pull request #11 from oscardelben/master
Use existing pane if one is found
2012-04-14 11:27:33 -07:00
Oscar Del Ben
4f90d43915 Rename ExistingPane to NearestPane 2012-04-14 20:20:45 +02:00
Ben Mills
d75780aa84 Update README.mkd 2012-04-14 12:42:24 -05:00
benmills
64a5ebe875 Use tmux display to find the current session name making vimux tmux1.3 compatible. Fixes #7 2012-04-12 14:54:28 -05:00
Oscar Del Ben
55f6c1f393 Add option to use existing pane if one is found 2012-04-12 12:29:48 +02:00
benmills
96df08933a Vim help docs 2012-04-11 10:05:08 -05:00
benmills
aeb965ce13 Change how current session is found. Fixes #7 2012-04-09 20:09:58 -05:00
benmills
359fb925b7 VimuxOrientation option to set the inital orientation of the runner pane. Fixes #5 2012-04-09 20:09:46 -05:00
benmills
c4a0836dfa Exit copy-mode before running a command in the runner pane. Fixes #3 2012-03-30 13:03:53 -05:00
Ben Mills
d189f2b99c Add Platform-specific Plugins section to the README. 2012-03-27 13:51:59 -05:00
Ben Mills
3628c358be Merge pull request #4 from pgr0ss/tslime_example
Tslime example
2012-03-24 12:32:00 -07:00
Paul Gross
c6e564aaa4 Minor wording update. 2012-03-23 17:12:29 -07:00
Paul Gross
0eba4c252b Show how to use vimux as a tslime replacement in the README. 2012-03-23 19:06:55 -05:00
Paul Gross
9029bcd870 Prevent file from loading more than once, which means we do not need function! anymore. 2012-03-23 18:58:21 -05:00
benmills
4867db4429 Renamed CloseVimTmuxWindows to CloseVimTmuxPanes and check to make sure other windows exist before running. Fixes #2 2012-03-13 08:57:31 -05:00
Ben Mills
d9cd985cdd Update README.mkd 2012-03-07 20:20:53 -06:00
Ben Mills
2ba3baec13 Update README.mkd 2012-03-03 12:01:10 -06:00
Ben Mills
31b174f8c8 Merge pull request #1 from tonyc/patch-1
grammar fix <3 <3
2012-03-03 09:54:57 -08:00
Tony Collen
00c18211c0 grammar fix! :) <3 <3 2012-03-03 11:53:57 -06:00
Ben Mills
8e68a62418 Update README.mkd 2012-03-01 16:49:20 -06:00
Ben Mills
6f66c734de Update README.mkd 2012-02-29 19:22:10 -06:00
benmills
506f681a7a Runner panes can be interupted with InterruptVimTmuxRunner 2012-02-29 19:19:53 -06:00
Ben Mills
a0db354ffa Update README.mkd 2012-02-29 14:21:54 -06:00
Ben Mills
f888a20d48 Update README.mkd 2012-02-29 14:12:05 -06:00
Ben Mills
3217097119 Update README.mkd 2012-02-29 12:49:07 -06:00
benmills
1170fbe39d Add InspectVimTmuxRunner command and PromptVimTmuxCommand 2012-02-29 12:45:33 -06:00
Ben Mills
655727d750 Update README.mkd 2012-02-28 22:52:52 -06:00
benmills
4afa38cfea Add RunLastVimTmuxCommand and VimuxHeight option 2012-02-28 22:50:02 -06:00