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
- Host: GitHub
- URL: https://github.com/pawel-slowik/vim-execute
- Owner: pawel-slowik
- License: unlicense
- Created: 2018-07-30T20:46:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T21:07:07.000Z (almost 8 years ago)
- Last Synced: 2025-11-16T20:02:45.808Z (8 months ago)
- Topics: vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()