elentok / run.vim

Vim plugins for executing the current file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-run

Author: David Elentok

This vim plugin executes the current file.

Installing using Vundle

Add Bundle "elentok/vim-run" to your .vimrc and run :BundleInstall

Keymappings

By default the ``r` key runs the current file but you can change it by adding:

let g:run_key = '???'

About

Vim plugins for executing the current file


Languages

Language:Vim Script 100.0%