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