John Krueger
201964f046
add VimuxPromptString
2012-10-18 14:57:59 -06:00
Ben Mills
d6eb9e5f04
Add vimux-nose-test link to README.
2012-10-10 09:53:30 -05:00
benmills
908358a09a
Escape $ before sending commands to tmux. Fixes #39
2012-09-26 17:48:18 -05:00
Ben Mills
c5216bb345
Merge pull request #40 from alindeman/patch-1
...
Adds information about vim-vroom
2012-08-27 10:53:35 -07:00
Andy Lindeman
e0146a05fd
Adds information about vim-vroom
2012-08-27 11:05:19 -03:00
Ben Mills
ea99609f56
Note ideal tmux version in README
2012-08-15 07:47:22 -05:00
benmills
4f13e27deb
Allow multi-word session and window names. Fixes #34
2012-08-15 07:43:50 -05:00
Ben Mills
a221eb2f79
Merge pull request #37 from abstiles/patch-autoreturn
...
Remember autoreturn setting
2012-08-13 14:23:32 -07:00
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.
2012-08-05 16:06:10 -05:00
Ben Mills
dc4a45dcbf
Merge pull request #35 from prognostikos/patch-1
...
Fix typo in section 2.4
2012-07-29 15:38:48 -07:00
Matt Rohrer
4a8e31f8b9
Fix typo in section 2.4
2012-07-29 15:54:45 +03:00
Ben Mills
6b8d484dfe
Update master
2012-07-18 09:12:06 -05:00
Ben Mills
81b73a9639
Merge pull request #30 from elight/master
...
Adds terminal page up and down commands
2012-07-18 07:00:56 -07:00
Evan Light
9a0739b117
Merged with HEAD
2012-07-17 17:21:00 -04:00
Evan Light
e4da4bb5f8
Initial rev plus my scroll up and down commands
2012-07-17 17:18:58 -04:00
Ben Mills
ffc2185cb9
Update README. Fixes #24
2012-07-04 14:18:23 -05:00
benmills
f476177ad1
Add VimuxClearRunnerHistory to docs and example keybind changes
2012-06-15 11:06:38 -07:00
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