Giter Club home page Giter Club logo

dots's Introduction

Installation

Before anything else, make sure you install Vundle before using the vimrc file, otherwise you'll just get tonnes of errors and non of the magic that comes with vim.

To install Vundle:

$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Some bits inspired by https://github.com/amix/vimrc/blob/master/vimrcs/extended.vim

To install the .vimrc file, just clone this repo and mv /vim-files/.vimrc ~ along with the colors repo. After you install Vundle, just run :BundleInstall

Install zsh and oh-my-zsh

brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

follow https://sourabhbajaj.com/mac-setup/iTerm/zsh.html for more details

Notes:

Here are some added features that I have installed. And a short summary of what it does.

Easymotion

This is a bundle I've started using to move quickly between lines. To start, press \\ followed by w or any of the motion keys. What this will do is highlight words you can jump to by pressing a single letter or ; followed by a letter

@todo, add sample image.

Python Docs

This is cool if you code in python. If you have your cursor over some python functions or what not, if you press K you will open a split that shows you the documentation of the function

Gundo

Make some edits, make some mistakes. Want to see all your undo history? Press <f5>!!! It shows you diffs, magic I know.

Files on Files on Files

My vimrc also loves tabs and directory trees. Type :Nerdtree in vim and you'll see al your files. If you want to go faster, experiment with \f or \n to jump around files. I have a most recently used tab at the top if you need to jump around more. More on that, w+[hjkl] is all you need to move from screen to screen.

dots's People

Contributors

jxnl avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

dhalik benzyx

dots's Issues

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.