Skip to content

Make new files stay in the parent folder, when the folder on the cursor is closed #622

Closed
@booperlv

Description

@booperlv

Creating a file here:

parent
  folder (cursor on this line)
  file1
  file2

results in

parent
  folder (cursor on this line)
  file1
  file2
  created_file

but when the folder is opened:

parent
  folder (cursor on this line)
    folder_file1
    folder_file2
  file1
  file2

creating a file would result in:

parent
  folder (cursor on this line)
    folder_file1
    folder_file2
    created_file
  file1
  file2

Already created something that implements this same functionality:
But before I open a pull request, what should the option be called?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions