Skip to content

chliviu/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim

My .vimrc file and .vim folder. Uses pathogen to organize plugins as git submodules.

Quickly install with:

cd ~
git clone git://github.com/calvinchengx/vim.git .vim
ln -s ~/.vim/.vimrc ~/.vimrc
cd .vim
git submodule update --init

Some shortcuts:

F2 - save
F3 - open path
F4 - open current folder

The following shortcuts are optimized for Mac OS as described in this post http://od-eon.com/blogs/liviu/macos-vim-controlarrow-functionality/

Ctrl+Up - new tab
Ctrl+Down - close tab
Ctrl+Left - move to the left tab
Ctrl+Right - move to the right tab

About

My .vim folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published