Vim Trial 3: Install winmanager

Source: Internet
Author: User

1. Prepare the winmanger plug-in. Click the following URL:

Http://www.vim.org/scripts/script.php? Script_id = 95

 

2. decompress the package and obtain the plugin and Doc folders. Copy them to a directory similar to c: \ Program Files \ Vim \ vim73 and merge them with the existing plugin and DOC files in that directory.

 

3. Modify the _ vimrc file and add the following Configuration:

"Set winmanager" sets the UI split Let G: winmanagerwindowlayout = "taglist | fileexplorer" "sets the winmanager width. The default value is 25let G: winmanagerwidth = 30 "define to enable or disable winmanager shortcut: f8nmap <silent> <F8>: wmtoggle <CR>" automatically enable winmanagerlet G: autoopenwinmanager = 1 when entering Vim

 

4. Open a file in a folder (it is best to have multiple files under the folder to facilitate observation), press F8, and the red box marks the winmanger area:

Display D:/JS/directory with tags0000test.html#test.html ~ You can switch between these files for editing.

It's easy to hide the winmanager window. Press F8.

 

5. Last problem I encountered

I have no problem installing it on my PC, but I will try again after installing it on my PC. Finally, we found that the F8 button conflicted. In this case, you can use the following command to achieve the same effect as F8:

: Wmtoggle

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.