Skip to content

ccontrer/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

© Carlos Contreras carloscontrerasc@gmail.com

Vim configuration folders

Installation

git clone https://github.com/carlosshigoto/dotvim.git ~/.vim
git submodule init
git submodule update

Create symbolic link

ln -s ~/.vim/dotvimrc ~/.vimrc

Packages

Previously included packages

Features

  • Use Pathogen and submodules to install plugins

    cd ~/.vim/bundle
    git submodule add repo-url
    

    or

    git submodule add repo-url bundle/pkg-name
    
  • Solarized toggle background with F6

  • Use solarized dark theme for the terminal for better compatibility

  • Paste node F2

  • Cursor movement continues to next/previous line

  • Four (4) tab spaces

  • Arrow keys move as normal on wrap mode, and j and k on visual mode only

Other

Links

Markdown

Vim cheat sheets

dotvim tutorial

About

Vim configuration

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors