Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimatura/vimsel
https://github.com/dimatura/vimsel
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimatura/vimsel
- Owner: dimatura
- Created: 2014-08-15T23:59:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T17:04:54.000Z (about 10 years ago)
- Last Synced: 2023-03-11T04:28:27.414Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vimsel: Vim/Visual Image Select
You're writing a paper (in `LaTeX`, using `vim`, of course) and you have to
insert a figure for `n03d3bc_ff2828e.png`. That's really annoying to remember
and type. So you just type `:Vimsel`, and an
[`sxiv`](https://github.com/muennich/sxiv) instance pops up. You select the
image you want with `m`, close `sxiv`, and the image name is magically inserted
in your `.tex` file. Amazing.Beware: this is pre-alpha and I don't know anything about vimscript.
You will need to have `sxiv` installed and in your path.--
Daniel Maturana ([email protected])