# vimcommander **Repository Path**: bon-ami/vimcommander ## Basic Information - **Project Name**: vimcommander - **Description**: vim plugin 不定期同步自github - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vimcommander ============ This is an adaptation of opsplorer ([vimscript #362](http://www.vim.org/scripts/script.php?script_id=808)), intended to be more like the [Total Commander](http://www.ghisler.com) file explorer. Installation ------------ - Drop *vimcommander.vim* in *~/.vim/plugin* **OR** add this repository to your plugin manager ([Vundle](https://github.com/VundleVim/Vundle.vim), for example) - Add a map to *VimCommanderToggle()* in you *.vimrc*, like this: ~~~ noremap :cal VimCommanderToggle() ~~~ Usage ----- vimcommander opens two panels of file explorers on the top half of the vim screen. Targets for moving and copying defaults to the other panel, like totalcmd. TAB switches between panels. vimcommander keys are mostly totalcommander's: - F3 - view - F4 - edit - F5 - copy - F6 - move - F7 - create dir - F8 - del - Others: C-U, C-Left/C-Right, C-R, BS, DEL, C-H, etc. - Selection of files/dirs also works: INS, +, -. Then copy/move/del selected files. Tested on Linux. I have reports that vimcommander doesn't work on Windows.