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

https://github.com/uros-5/vim-vid

Tool for editing videos in Vim style, written in Vue 3.
https://github.com/uros-5/vim-vid

nvim videoeditor vim vue

Last synced: 3 months ago
JSON representation

Tool for editing videos in Vim style, written in Vue 3.

Awesome Lists containing this project

README

        

# vim-vid

Vim people will understand how to use this :smiley:

Available at [https://vim-vid.vercel.app](https://vim-vid.vercel.app/).

![editor](screenshot.png)

Built with:
* Vue3(TypeScript + Zod)
* Pinia
* Vite
* ctrl-keys

Try locally:
```bash
git clone https://github.com/uros-5/vim-vid
cd vim-vid
pnpm i
npm run dev
```