nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch delete consecutive files.

tttoad opened this issue · comments

My project generates some consecutive files, and when I want to delete them I always need to delete them one by one.
Select consecutive files in V mode and press "d" to delete them all at once.
It would be great if there was support for deleting selected non-contiguous files.