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
- Host: GitHub
- URL: https://github.com/sukima/vim-emberlayout
- Owner: sukima
- License: mit
- Created: 2017-04-06T19:38:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T04:32:34.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T17:39:23.643Z (8 months ago)
- Topics: ember, emberjs, vim, vim-plugin, viml
- Language: Vim script
- Homepage:
- Size: 4.17 MB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.

## 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