Skip to content

Simple vim plugin to run current file or Visual-block with ruby

Notifications You must be signed in to change notification settings

stjernstrom/vim-ruby-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ruby_run.vim

ruby_run.vim is a simple plugin for executing a ruby buffer or a selected block of ruby code.

Default mapping are:

noremap  <silent> <C-E> :call RubyRun()<CR>
vnoremap <silent> <C-E> :call RubyRangeRun()<CR>

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

cd ~/.vim/bundle
git clone git://github.com/stjernstrom/vim-ruby-run.git

About

Simple vim plugin to run current file or Visual-block with ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published