- Basic navigation commands (
j
,k
,g
,b
,G
,B
) - Basic txt file parsing (finding of title, slides, number of slides)
- Basic themeing
- Centering
- Vim-like command mode (file switching, theme switching, displaying bmark list)
- Vim-like search mode (use
/
to initiate a search, andn
/N
to search forward and backwards)
Current version. Includes previous version features plus the following:
- Specifying line color
- URL detection/selection (key binding and command)
- Dual slide display mode
- Tabbed completion for command mode
- Edit mode (go to the slide to edit, entering a command (something like
edit
) opens Vim and places the cursor at that slide) - Basic markdown style formatting (optional, enabled/disabled by flag)
- Support for other operating systems (possibly being moved up depending on development overhead)
- Config file support (custom themes, settings)
Release of 1.0 will mark the final version with all of the above features + optimizations and code cleanup