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

https://github.com/gko/vim-layout

vim layout plugin
https://github.com/gko/vim-layout

layout plugin vim vim-plugin

Last synced: 5 days ago
JSON representation

vim layout plugin

Awesome Lists containing this project

README

          

# VIM layout plugin

This vim plugin allows you to quickly switch between layouts:

## Shortcuts

### Single

Leader key 1

![single layout](https://github.com/gko/vim-layout/raw/master/single.png)

### Double
Leader key 2

![double horizontal layout](https://github.com/gko/vim-layout/raw/master/double-horizontal.png)

or vertical

![double vertical layout](https://github.com/gko/vim-layout/raw/master/double-vertical.png)

### Triple

Leader key 3

![triple layout](https://github.com/gko/vim-layout/raw/master/triple.png)

## Installation

With [vim-plug](https://github.com/junegunn/vim-plug):

```vimscript
Plug 'gko/vim-layout'
```

in your [.vimrc](https://github.com/gko/vimio/blob/master/init.vim)

## Like it?

:star: this repo