Code Monkey home page Code Monkey logo

vimgit's Introduction

Installation

To install this vim config package use make.

cd vimgit && make

Features

This config package includes plugins by other developers including pathogen, NERDTree, ctrlp, and vim-multiple-cursors. It also sets up some nice control features.

In normal mode...

  • TAB will toggle the file tree pane.
  • Ctrl-t will open a new tab.
  • Ctrl-x will close the current tab or pane.
  • Ctrl-h will move left a pane.
  • Ctrl-l will move right a pane.
  • Ctrl-j will move down a pane.
  • Ctrl-k will move up a pane.
  • Ctrl-b will allow for quick buffer switching.
  • f will advance the cursor one word (b to move back a word).
  • :O will open a file in a new tab (supports autocomplete).
  • :Q will close all open buffers (if they are not modified).
  • Syntax highlighting is turned on by default.
  • Line numbers are turned on by default.

About the plugins

  • vim-multiple cursors allows you to edit multiple things at once, Ctrl-n to select the next instance of the word under the cursor, c to change all instances once selected.
  • NERDTree powerful file tree.
  • ctrlp use Ctrl-p to search for a filename in the CWD.

vimgit's People

Contributors

bbl232 avatar

Watchers

James Cloos avatar Timothy Engel avatar

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.