@@ -32,6 +32,10 @@ A terminal-based presentation tool that creates beautiful presentations from mar
32
32
- ** Theme support** : Choose from built-in Glamour themes or load custom JSON theme files
33
33
- ** Flexible layouts** : Center, align, and position content with various layout options
34
34
- ** 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
35
39
- ** Presentation timer** : Built-in timer system with per-slide and global timing
36
40
- Toggle timer display with a single key
37
41
- Track time spent on each slide
@@ -73,8 +77,13 @@ kyma version
73
77
74
78
- ** Next slide** : ` → ` , ` l ` , or ` Space `
75
79
- ** 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)
77
85
- ** Toggle timer** : ` t ` - Shows/hides the timer display with total and per-slide timing
86
+ - ** Quit** : ` q ` , ` Esc ` , or ` Ctrl+C `
78
87
79
88
## Configuration
80
89
0 commit comments