paradigmxyz/flux

feat: keybind to jump between trees

Open

#34 opened on Apr 2, 2023

 (2 comments) (2 reactions) (0 assignees)TypeScript (130 forks)github user discovery
good first issue

Repository metrics

Stars
 (892 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. We have keybinds to jump between parent, child, and sibling nodes, but none to jump between trees, which I often find myself wishing to do.

Describe the solution you'd like Add keybinds Command + Shift + Left and Command + Shift + Right to navigate to trees in the respective directions, like how navigation between sibling nodes works.

Describe alternatives you've considered This is basically a subset of the workspace feature requested in https://github.com/transmissions11/flux/issues/18. That feature is a bit larger and I think we still need a bit more time to decide if that's the optimal way to go, but this specific sub-feature is very tractable and useful even in isolation.

Contributor guide