-
-
Notifications
You must be signed in to change notification settings - Fork 633
Closed
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request
Description
NerdTree
move command is very user friendly for moving files around. The closest I have found in NerdTree is full_rename
, however say you try to move file to a dir , and that dir does not exist yet, it just gives an error.
Describe the solution you'd like
Maybe a move command that creates parents dirs as required, or that functionality to be added to full_name
. Something like mkdir -p
Describe alternatives you've considered
`r` rename rename a file
`<C-r>` full_rename rename a file and omit the filename on input
`e` rename_basename rename a file with filename-modifiers ':t:r' without changing extension
Metadata
Metadata
Assignees
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request