vimslides -- presentation inside Vim ------------------------------------------------------------------------ |What is it| * Trivial Vim predefined commands that will add some highlights * Some keyboard mappings * Nice outlook for displaying presentations ------------------------------------------------------------------------ |Syntax highlights| * Emphased text made using |that wrapping characters| * Bold text made using :that wrapping characters: * And another emphasing using * List "*" items are highlighted too ------------------------------------------------------------------------ |Keyboard mappings| * :leader + ]: to close current fold, open next one and center on it * :leader + [: same as above, but previous fold * :leader + i: to jump to the next "IMG: path.png" and open that image using external :display: utility IMG:/home/stargrave/pic/b2b-29.webp ------------------------------------------------------------------------ |How to use it| * Prepare text file: separate slides using "----" lines * Each slide must be indented * Execute either |:source /path/to/vimslides.vim| ex-command or |vim -u vimslides.vim README.slides|