Skip to content

Commit f4e2076

Browse files
committed
docs(readme): add mention of go-to, command, jump-by and home-end nav
1 parent 2aa96ec commit f4e2076

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ A terminal-based presentation tool that creates beautiful presentations from mar
3232
- **Theme support**: Choose from built-in Glamour themes or load custom JSON theme files
3333
- **Flexible layouts**: Center, align, and position content with various layout options
3434
- **Simple navigation**: Intuitive keyboard controls for presentation flow (vim style btw)
35+
- Command palette with slide search and filtering
36+
- Direct slide jumping by number
37+
- Multi-slide forward/backward jumping
38+
- Quick first/last slide navigation
3539
- **Presentation timer**: Built-in timer system with per-slide and global timing
3640
- Toggle timer display with a single key
3741
- Track time spent on each slide
@@ -73,8 +77,13 @@ kyma version
7377

7478
- **Next slide**: ``, `l`, or `Space`
7579
- **Previous slide**: `` or `h`
76-
- **Quit**: `q`, `Esc`, or `Ctrl+C`
80+
- **First slide**: `Home`, `Shift+↑`, or `0`
81+
- **Last slide**: `End`, `Shift+↓`, or `$`
82+
- **Command palette**: `/` or `p` - Opens a searchable list of all slides for quick navigation
83+
- **Go to slide**: `g` or `:` - Jump directly to a specific slide number
84+
- **Jump slides**: `1-9` + `h`/`` or `l`/`` - Jump multiple slides backward/forward (e.g., `5h` jumps 5 slides back)
7785
- **Toggle timer**: `t` - Shows/hides the timer display with total and per-slide timing
86+
- **Quit**: `q`, `Esc`, or `Ctrl+C`
7887

7988
## Configuration
8089

0 commit comments

Comments
 (0)