Awesome
vimux-zeus
Installation
Put the contents of this directory into your pathogen bundle.
Usage
The function ZeusCommand(cmd, args)
is the core of vimux-zeus. It will
run a zeus command in a vimux window:
:call ZeusCommand("rake", "spec")
There are also a number of pre-defined commands. You can easily map them as needed like this:
map <Leader>zc :ZeusConsole<CR>
map <Leader>zr :ZeusRake spec<CR>
map <Leader>zg :ZeusGenerate<space>
Commands
- ZeusStart
- ZeusInit
- ZeusConsole
- ZeusCucumber
- ZeusTest
- ZeusRspec
- ZeusTestrb
- ZeusDestroy
- ZeusServer
- ZeusRunner
- ZeusDbconsole
- ZeusRake
- ZeusGenerate
Requirements
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request