Skip to content

Feature Request: Dot-notation for combined parent traversal + path #1186

@robinFdr

Description

@robinFdr

Current behavior

  • z .. / z ... / z .... navigate 1/2/3 levels up

Desired behavior

Extend dot-notation to support a trailing path segment:

Shorthand Equivalent
z .../some/path z ../../some/path
z ..../some/path z ../../../some/path

Motivation

The current shorthand breaks down as soon as a relative path follows — you're forced back to explicit ../../ syntax. Extending dots to work as a path prefix keeps the notation consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions