Code Monkey home page Code Monkey logo

qvimrc's Introduction

LightWeight Vim Setup for Front-end Development (for now)

Clone in Koding

Very quick vim setup for front-end developers.

### Preview with iTerm2, Vim (with qvimrc), Zsh on MacOSX Preview

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.

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:

Step 1

And while bundling your vim plugins:

Step 2

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.

# 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


LICENSE

CC SA

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/.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.