Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 717 Bytes

README.md

File metadata and controls

33 lines (31 loc) · 717 Bytes

About

vim's configure file

Setup

  1. install vim
    sudo apt-get install vim
    
  2. install Vundle for vim
  3. clone this repository
    git clone https://github.com//wangxuewen99/vimrc.git
    
  4. mv vimrc & change python's path in the vimrc file
    cd vimrc
    mv vimrc ~/.vimrc
    change path
    
  5. install plugins for vim
    open vim
    :PluginInstall
    
  6. compile YouCompleteMe

Usage

  • F2: show/off line number
  • F5: show/off work directory tree
  • F6: turn on/off ale
  • <SPACE> fold
  • ctlr+g: go to definition
  • ctlr+p: file search