Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

schenkerx/myvimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My .vimrc file

I have used and tweaked Vim for my development uses. This is my .vimrc configuration.

How to install

Attention: If you are currently using your own .vimrc configuration, you should know how to merge my settings into yours. Otherwise, your settings may be messed up if you try steps below!

git clone https://github.com/schenkerx/myvimrc.git ~/.myvimrc
sh ~/.myvimrc/install.sh

I also recommend using the powerline patched fonts. Now the setup is complete.

How to upgrade to latest version

Simply do git rebase.

cd ~/.myvimrc
git pull --rebase

Included plugins

How to include your own stuffs

TODO

Key Mappings

By default it use F5 key to toggle between paste mode and insert mode. You can change this behavior by changing the setting set pastetoggle=<your_prefer_key>.

How to uninstall

Do following:

  • Remove ~/.myvimrc
  • Remove any lines that references to ~/.myvimrc in your .vimrc

About

My Vim configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published