https://github.com/mattkretz/vim-selectmaketarget
Select a target with F9 and build it with F10
https://github.com/mattkretz/vim-selectmaketarget
building vim-plugin
Last synced: about 2 months ago
JSON representation
Select a target with F9 and build it with F10
- Host: GitHub
- URL: https://github.com/mattkretz/vim-selectmaketarget
- Owner: mattkretz
- Created: 2019-10-30T10:10:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:46:34.000Z (about 1 year ago)
- Last Synced: 2025-04-12T06:45:34.707Z (6 months ago)
- Topics: building, vim-plugin
- Language: Vim Script
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selectmaketarget.vim
This plugin simplifies building a target different from the default target.
Press F9 to get a list of possible targets. Hit Enter on the target name you
want to build. Now pressing F10 will build this target. If available it uses
vim-dispatch. Subsequent F10 key presses first abort a build, if it still runs.## Installation
mkdir -p ~/.vim/pack/mattkretz/start
cd ~/.vim/pack/mattkretz/start
git clone https://github.com/mattkretz/vim-selectmaketarget## License
Copyright © Matthias Kretz. Distributed under the same terms as Vim itself.
See `:help license`.