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

https://github.com/sukima/vim-emberlayout

Open Ember files in a grid
https://github.com/sukima/vim-emberlayout

ember emberjs vim vim-plugin viml

Last synced: 4 months ago
JSON representation

Open Ember files in a grid

Awesome Lists containing this project

README

          

# vim-emberlayout

This plugin simply takes a base filename in an Ember.js project and will open
a grid of windows for each related file.

![animated screen shot](https://sukima.github.io/vim-emberlayout/vim-emberlayout.gif)

## Commands, Mappings and Configuration

Read the [help][txt-doc] to know more.

## Installation

### Using [Vundle][vundle]:

Just add this line to your `~/.vimrc`:

```vim
Plugin 'sukima/vim-emberlayout'
```

And run `:PluginInstall` inside Vim.

### Using [pathogen.vim][pathogen]:

Copy and paste in your shell:

```bash
cd ~/.vim/bundle
git clone https://github.com/sukima/vim-emberlayout.git
```

### Using [vpm][vpm]:

Run this command in your shell:

```bash
vpm insert sukima/vim-emberlayout
```

### Using [Plug][plug]:

Just add this line to your `~/.vimrc` inside plug call:

```vim
Plug 'sukima/vim-emberlayout'
```

And run `:PlugInstall` inside Vim or `vim +PlugInstall +qa` from shell.

## License

MIT

[pathogen]: https://github.com/tpope/vim-pathogen
[txt-doc]: https://raw.githubusercontent.com/sukima/vim-emberlayout/master/doc/emberlayout.txt
[vpm]: https://github.com/KevinSjoberg/vpm
[vundle]: https://github.com/gmarik/vundle
[plug]: https://github.com/junegunn/vim-plug