docs: add icons config, PendingTab recipes, and demo infrastructure
Problem: icon customization and auto-start workflow are undocumented; no demo asset exists for the README. Solution: document pending.Icons in vimdoc with nerd font and ASCII recipes, add PendingTab to commands and mappings, add open-on-startup recipe, add demo-init.lua and demo.tape for VHS screenshot generation, add assets/ directory, add README icons section and demo placeholder.
This commit is contained in:
parent
9fc24f5239
commit
cd96a269a4
6 changed files with 188 additions and 1 deletions
28
scripts/demo.tape
Normal file
28
scripts/demo.tape
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Output assets/demo.gif
|
||||
|
||||
Require nvim
|
||||
|
||||
Set Shell "bash"
|
||||
Set FontSize 14
|
||||
Set Width 900
|
||||
Set Height 450
|
||||
|
||||
Type "nvim -u scripts/demo-init.lua -c 'autocmd VimEnter * Pending'"
|
||||
Enter
|
||||
|
||||
Sleep 2s
|
||||
|
||||
Down
|
||||
Down
|
||||
Sleep 300ms
|
||||
Down
|
||||
Sleep 300ms
|
||||
|
||||
Enter
|
||||
Sleep 500ms
|
||||
|
||||
Tab
|
||||
Sleep 1s
|
||||
|
||||
Type "q"
|
||||
Sleep 200ms
|
||||
Loading…
Add table
Add a link
Reference in a new issue