Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mopp/mulfiles.vim
This is Vim plugin for opening multiple files using once command
https://github.com/mopp/mulfiles.vim
Last synced: 2 days ago
JSON representation
This is Vim plugin for opening multiple files using once command
- Host: GitHub
- URL: https://github.com/mopp/mulfiles.vim
- Owner: mopp
- Created: 2014-06-22T07:17:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T10:18:14.000Z (over 10 years ago)
- Last Synced: 2024-05-02T00:22:00.656Z (9 months ago)
- Language: VimL
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## mulfiles.vim
This is Vim plugin for opening multiple files using once command.## installation
```vim
NeoBundle 'mopp/mulfiles.vim'
```## command
```vim
:OpenMulfs
:OpenMulfsVert
:OpenMulfsTab
```## usage
```vim
:OpenMulfs A B C
" -> This opens A, B and C files in a current window:OpenMulfsVert A B C
" -> This opens vertically A, B and C files in a current window:OpenMulfsTab A B C
" -> This opens tab for A, B and C files.
```