Very quick vim setup for front-end developers.
### Preview with iTerm2, Vim (with qvimrc), Zsh on MacOSX
IMPORTANT: You should back-up your ~/.vimrc file and ~/.vim/ directory before install. (Quick Setup will ask.)
Copy and paste this code into your terminal and run.
curl -k https://raw.github.com/fkadeveloper/qvimrc/master/build.sh 2>/dev/null > /tmp/build.sh && chmod +x /tmp/build.sh && /tmp/build.shYou will see something like that:
And while bundling your vim plugins:
Follow the commands in build file. You are a nerd, bro.
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
# 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'CTRL + n: Open/Close NERDTreeCTRL + iorCTRL + w, CTRL + w (double): Next Window, Navigate Split Views, (Also you can use mouse)CTRL + e: Expand ZenCoding SyntaxCTRL + n: Open OmniCompleteTab: Buffer list (Normal Mode)CTRL + p: Fuzzy finderCTRL + h: Search in opened files
# Contributors
You can feel free to contribute.
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/.



