Vim-vimexplorer
Software Version:
Ubuntu10.04
Linux version 2.6.32-42-generic
Vim-VI improved 7.2
Vimexplorer 0.99
Directory:
1. Introduction
2. Download and install
3. Use
4. Configuration
5. Problems I encountered
1. Introduction
Vimexplorer is a file manager that allows you to create, edit, and delete files and directories, and even compare files.
2. Download and install
Name: |
Vimexplorer |
: |
Http://www.vim.org/scripts/script.php? Script_id = 1, 1950 |
Installation: |
Put downloaded vimexplorer. Vim in the $ home/. Vim/plugin directory. |
Help: |
After starting vimexplorer, enter ?. |
3. Use
Enter: VE in [g] vim, enter the path, or press enter to use the current directory to start vimexplorer. Vimexplorer will be started in a new tab. Therefore, we recommend that you use gvim. If you want to edit the file, move the cursor to the specified file and Enter enter to start gedit editing. Enter e to create a new tab and edit it in [g] vim. It works well with vim-bufexplorer.
Vimeplorer has many functions.
4. Configuration
By default, CTRL + TAB switches the cursor between the directory tree and the file browsing window, but I don't think this is necessary. In vim, you can use <c-W>. In addition, because vimexplorer is started as a tab, it is especially difficult to switch between tabs. You need to click or <c-Pageup/Pagedown> with the mouse. I want to switch between tabs through <c-tab>.
let g:VEConf_treeHotkey = {}let g:VEConf_treeHotkey.toggleNode = 'o'let g:VEConf_treeHotkey.switchPanel = '<s-tab>'let g:VEConf_fileHotkey = {}let g:VEConf_fileHotkey.switchPanel = '<s-tab>'nmap <C-TAB> <C-PageDown>nmap <C-S-TAB> <C-PageUp>
Put the above settings in $ home /. in vimrc, you can use <c-tab> to move to the next tab, and <c-shift-tab> to move to the previous tab, just like firfox.
5. Problems I encountered
There is a problem with the Chinese display in vimexplorer, even if I set Let G: veconf_systemencoding = 'utf-8', it still doesn't work. If you know why, please let me know. Message or email: he_jianfa@126.com.