Replies: 3 comments
|
This can be bound in a custom keymap: # ~/.config/helix/config.toml
[keys.normal]
tab = "select_next_sibling"
S-tab = "select_prev_sibling"But the sibling selection commands are already duplicated in the default keymap between |
|
@the-mikedavis Do you know what the logic for the |
|
Yeah, The point in not using For example if you had Elsewhere in the keymap, See also #2202 (comment) |
Uh oh!
There was an error while loading. Please reload this page.
The select previous and next adjacent sibling key bindings are very useful for quickly navigating your code.
It feels like tab (for next adjacent sibling) and shifttab for (previous adjacent sibling) would make ergonomic and semantically intuitive aliases for alt→ and alt←.
All reactions