Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 548 Bytes

File metadata and controls

12 lines (12 loc) · 548 Bytes

ABOUT

Quick-vim is a quick way to set up vim with a basic but usable configuration. Quick-vim helps beginners in vim get started on their vim journey by providing them with a basic config file and also provides a way to replicate a basic vim configuration on multiple systems with ease.

INSTALLATION

curl -s https://raw.githubusercontent.com/AfzGit/quick-vim/main/quick-vim | bash

EXTRA

For “sudo vim” users, run this command next (as user not as root):

sudo cp /home/$USER/.vimrc /root/