Skip to content

aleguna/vimcommander

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimcommander

This is an adaptation of opsplorer (vimscript #362), intended to be more like the Total Commander file explorer.

Installation

  • Drop vimcommander.vim in ~/.vim/plugin OR add this repository to your plugin manager (Vundle, for example)
  • Add a map to VimCommanderToggle() in you .vimrc, like this:
noremap <silent> <F11> :cal VimCommanderToggle()<CR>

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.

About

Total-commander-like file manager for VIM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 98.7%
  • Makefile 1.3%