Skip to content

Commit 6ecfdc7

Browse files
v1.41.0: improved interactive navigation (#336)
1 parent 80f5829 commit 6ecfdc7

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
---
99

1010
## [Unreleased]
11+
## v1.41.0
12+
13+
### CLI
14+
15+
**Improved interactive navigation**
16+
17+
Interactive menus now support both arrow keys and Vim-style navigation.
18+
19+
| Action | Keys |
20+
|------|------|
21+
| Up | `` or `k` |
22+
| Down | `` or `j` |
23+
| Confirm | `Enter` or `l` |
24+
| Cancel | `Esc`, `h`, `q` |
25+
| Toggle | `Space` |
26+
| Toggle all | `a` |
27+
28+
This improves usability on compact keyboards and Vim-style workflows.
29+
1130
## v1.40.0
1231

1332
### CLI

modules/cli

0 commit comments

Comments
 (0)