···66## Features
7788- All slides are plain-text files.
99-- Navigation using `j` / `k`, `n` / `p` and `space` / `enter` (only forward).
99+- Vim like navigation.
1010- Text color and style formatting.
1111- Pure bash.
1212···3535```shell
3636$ shlide deck/
3737```
3838+3939+## Controls
4040+4141+- Next slide: `j`, `n`, ';', `space`, 'enter'
4242+- Previous slide: `k`, `p`, ',', `backspace`
4343+- Jump to first slide: `0`
4444+- Jump to last slide: `G`
4545+- Quit: `q`
38463947## Formatting
4048