Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

vim

cd ~ && rm -rf .vim
git clone --recursive https://github.com/chfangdong/vimrc .vim
ln -s ~/.vim/init.vim .vimrc

gvim

git clone --recursive https://github.com/chfangdong/vimrc vimfiles

neovim in linux

cd ~ && rm -rf .vim
git clone --recursive https://github.com/chfangdong/vimrc .vim
ln -s ~/.vim ~/.config/nvim

neovim in windows

cd %USERPROFILE%\AppData\Local
git clone --recursive https://github.com/chfangdong/vimrc nvim

Plugins

Download plugin

# 打开init.vim后,执行如下命令
:PlugUpdate

Base

Color

Snips

Coding

Key Mappings

The leader is ,.

Plugin related mapping

  • <c-n> :Open Nerdtree
  • <c-s> :Open Tagbar
  • <c-b> :Open FZF buffers
  • <c-p> :Open FZF files
  • <leader>g :Ack Search using ripgrep

Note: <c-s> need set 'stty -ixon' in ~/.bash_profile to disable XON/XOFF

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages