Skip to content

unilay-yang/vim_anywhere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Work with vim anywhere.

install

linux

Execute the setup.sh

sh setup.sh

windows

You may need to install GVIM in your system first.

After install, copy all the files in the directory files to the $HOME directory.

If you dont know what is the $HOME directory, open GVIM, type the command below:

:ehco $HOME

It will output something like:

C:\Users\srain\     // This is the $HOME

####TODO

In mac, should replace the Exuberant CTags

sudo port install ctags
sudo ln -sf /opt/local/bin/ctags /usr/bin/ctags 

In Minimum Installation CentOS

sudo yum install -y ctags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.9%
  • Shell 0.1%