An open API service indexing awesome lists of open source software.

https://github.com/pawel-slowik/vim-execute

Vim plugin for executing selected text in a shell
https://github.com/pawel-slowik/vim-execute

vim vim-plugin

Last synced: 22 days ago
JSON representation

Vim plugin for executing selected text in a shell

Awesome Lists containing this project

README

          

This is a micro-plugin for the [Vim](https://www.vim.org/) editor. It allows
you to define a mapping for executing visually selected text in a shell.
It is handy when following instructions from a README.

The plugin doesn't define any mappings, you need to define one yourself, e.g.

vnoremap ex :call execute#ExecuteVisualSelection()