Vim-vimjavaservim-bufexplorer

Source: Internet
Author: User

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.

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.