cocopon / vaffle.vim

:file_folder: Lightweight, window-based file manager for Vim
MIT License
284 stars 20 forks source link

Move files and folders visually #28

Open jonwalstedt opened 5 years ago

jonwalstedt commented 5 years ago

Hi and thanks for a really nice plugin.

I have a feature request that i think would be nice:

When moving files and folders I would like to be able to select them and then navigate to the target folder and press a key (ex m) to move the selected files, much like how it works today but instead of getting a prompt and writing the path to the target folder you would be able to navigate the folder structure to the target folder and press m to move the files there.

Example scenario:

  1. mark files and/or folders in one or multiple folders
  2. navigate to the target folder
  3. press m to move selected files/folders to target folder.

Preferably this would work for when you want to create new directories and use them as targets as well:

  1. mark files and/or folders in one or multiple folders
  2. navigate to the target folder
  3. press o to create new folder
  4. navigate into the newly created folder
  5. press o again to create yet another folder
  6. navigate into the newly created folder
  7. press m to move selected files/folders to the current folder (the last created folder).

Is there a way to configure or implement this behaviour?