this repo has no description
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

move controls to section

Akshay 3d0bcbbb 1f3b3b50

+9 -1
+9 -1
readme.md
··· 6 6 ## Features 7 7 8 8 - All slides are plain-text files. 9 - - Navigation using `j` / `k`, `n` / `p` and `space` / `enter` (only forward). 9 + - Vim like navigation. 10 10 - Text color and style formatting. 11 11 - Pure bash. 12 12 ··· 35 35 ```shell 36 36 $ shlide deck/ 37 37 ``` 38 + 39 + ## Controls 40 + 41 + - Next slide: `j`, `n`, ';', `space`, 'enter' 42 + - Previous slide: `k`, `p`, ',', `backspace` 43 + - Jump to first slide: `0` 44 + - Jump to last slide: `G` 45 + - Quit: `q` 38 46 39 47 ## Formatting 40 48