Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mhartington/quick-vim
- Owner: mhartington
- Created: 2015-07-12T02:35:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T20:28:19.000Z (over 9 years ago)
- Last Synced: 2024-12-07T17:44:18.838Z (19 days ago)
- Language: VimL
- Size: 297 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.