Skip to content

wangxuewen99/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published