Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhartington/quick-vim

quick and easy vim
https://github.com/mhartington/quick-vim

Last synced: 14 days ago
JSON representation

quick and easy vim

Awesome Lists containing this project

README

        

# quick-vim
```
_ _ _
(_) | | (_)
__ _ _ _ _ ___| | __________ ___ _ __ ___
/ _` | | | | |/ __| |/ /______\ \ / / | '_ ` _ \
| (_| | |_| | | (__| < \ V /| | | | | | |
\__, |\__,_|_|\___|_|\_\ \_/ |_|_| |_| |_|
| |
|_|
```
Portable text exiting for JS devs.
Taken from [quick-vim](github.com/brianleroux/quick-vim)

![](quick-vim.png)

## usage

```bash
git clone https://github.com/mhartington/quick-vim.git
cd quick-vim
./quick-vim install
```

You can reset to the default/previous vim env simply:

```bash
./quick-vim uninstall
```

And thats it.

[Line 77 and down](https://github.com/mhartington/quick-vim/blob/master/vimrc#L77) provide for simple resets that are comfortable for most people. There are also a few functions in there that show some example of vimL. Nothing to complex, but enough to learn.

Feel free to form, hack, or send PRs.