https://github.com/f/qvimrc
Quick Vimrc
https://github.com/f/qvimrc
Last synced: over 1 year ago
JSON representation
Quick Vimrc
- Host: GitHub
- URL: https://github.com/f/qvimrc
- Owner: f
- Created: 2012-09-20T11:52:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-05T12:57:36.000Z (almost 13 years ago)
- Last Synced: 2025-01-11T11:48:03.386Z (over 1 year ago)
- Language: VimL
- Size: 125 KB
- Stars: 33
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LightWeight Vim Setup for Front-end Development (for now)
===============================================
[](http://kbutton.org/f/qvimrc)
Very quick vim setup for front-end developers.
### Preview with iTerm2, Vim (with qvimrc), Zsh on MacOSX

## Linux (and OS X)
#### IMPORTANT: You should back-up your `~/.vimrc` file and `~/.vim/` directory before install. (Quick Setup will ask.)
#### Note for OS X: You cannat use mouse in Terminal.app, I prefer iTerm2 as Terminal, more powerful.
### Quick Setup (Recommended)
Copy and paste this code into your terminal and run.
```bash
curl -k https://raw.github.com/f/qvimrc/master/build.sh 2>/dev/null > /tmp/build.sh && chmod +x /tmp/build.sh && /tmp/build.sh
```
You will see something like that:

And while bundling your vim plugins:

### Nerd Setup
#### (If you think we are collecting your personal data while quick setup, you can build it yourself.)
Follow the commands in `build` file. You are a nerd, bro.
## Windows
Quick Setup for Windows Users:
* Go to `http://www.ubuntu.com`
* Download the ISO and burn an Ubuntu CD
* Install Ubuntu GNU/Linux
* Follow Linux instructions
or
* Buy a Mac.
* Follow Linux Instructions
### The Bundles: every bundle is a git repository.
```bash
# Vundle, the Bundle Manager
Bundle 'gmarik/vundle'
# Fugitive, the Git Manager
Bundle 'tpope/vim-fugitive'
# JavaScript, plugin for JS syntax and indentation
Bundle 'pangloss/vim-javascript'
# A color scheme
Bundle 'tomasr/molokai'
# Powerline, beautiful status line
Bundle 'Lokaltog/vim-powerline'
# NerdTREE, the file browser
Bundle 'scrooloose/nerdtree'
# Easier use Vim with MSWin.vim
Bundle 'fkadeveloper/mswin.vim'
" CtrlP
Bundle 'kien/ctrlp.vim'
" SuperTab
Bundle 'ervandew/supertab'
```
# How To Use
* `CTRL + n`: Open/Close NERDTree
* `CTRL + i` or `CTRL + w, CTRL + w (double)`: Next Window, Navigate Split Views, (Also you can use mouse)
* `CTRL + e`: Expand ZenCoding Syntax
* `CTRL + n`: Open OmniComplete
* `Tab`: Buffer list (Normal Mode)
* `CTRL + p`: Fuzzy finder
* `CTRL + h`: Search in opened files
# Contributors
You can feel free to contribute.
[Doğan Aydın - doganaydin](http://github.com/doganaydin)
----
#### LICENSE

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.