Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 851 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 851 Bytes

yuxio's vimrc

Author: Tzeng Yuxio [email protected]

Web Site: https://github.com/tzengyuxio/vimrc

Install

  • Mac OS X
git clone https://github.com/tzengyuxio/vimrc ~/.vim
ln -s ~/.vimrc ~/.vim/vimrc
cd ~/.vim
git submodule update --init

Key Mappings

  • F1: online help
  • F2: insert datetime
  • F3: toggle directory tree
  • F4: toggle folds
  • F5: toggle search results highlight
  • F6: toggle line number
  • F7: toggle quick format for BBS
  • F8: toggle paste mode (stop auto indenting when paste)

Scripts

  • 'scrooloose/nerdtree'
  • 'jistr/vim-nerdtree-tabs'
  • 'kien/ctrlp.vim'
  • 'scrooloose/nerdcommenter'
  • 'ervandew/supertab'
  • 'altercation/vim-colors-solarized'
  • 'tpope/vim-surround'
  • 'tpope/vim-repeat'
  • 'Lokaltog/vim-easymotion'
  • 'mattn/calendar-vim'
  • 'kchmck/vim-coffee-script'