Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.
```