Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1008 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 1008 Bytes

Work with vim anywhere.

install

linux

Execute the setup.sh

bash 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

It's done now, ctag will be install on different platforms

In mac, should replace the Exuberant CTags

brew install ctags

In Minimum Installation CentOS

sudo yum install -y ctags

In Ubuntu

sudo apt-get install exuberant-ctags

Usage

keys usage
ctrl + p use fzf search files
wm toggle left window
,f go to first window
,sp :set paste
,snp :set nopaste