Skip to content

rayshih/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My vimrc

How to install

  1. Clone my vimrc:

    git clone git@github.com:rayshih/vimrc.git
    cd vimrc
    ln -s $(pwd)/vimrc ~/.vimrc
    
  2. Then install vim-plug:

https://github.com/junegunn/vim-plug

  1. Then install bundles:

    Launch vim and run :PlugInstall

Included Plugins

Color Scheme

Key Mappings

Move between windows:

nnoremap <C-J> <C-W><C-J>
nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>

TODO

  • organize readme (plugins part)
  • fine tune line number
  • try YouCompleteMe
  • add solarized color scheme install guide for iterm2
  • nerdtree and ctrlp integration

About

My vimrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors