Created
September 7, 2014 18:12
-
-
Save valencik/9533ecc864cd23d5810a to your computer and use it in GitHub Desktop.
Vimdeck multiple lists issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ls -l presentation/ | |
total 16 | |
-rw-r--r-- 1 andrew admin 153 7 Sep 14:58 script.vim | |
-rw-r--r-- 1 andrew admin 360 7 Sep 14:58 slide001.md | |
----- | |
$cat script.vim | |
set nonumber | |
set hidden | |
noremap <PageUp> :bp<CR> | |
noremap <Left> :bp<CR> | |
noremap <PageDown> :bn<CR> | |
noremap <Right> :bn<CR> | |
noremap Q :q<CR> | |
b 1 | |
b 1 | |
----- | |
$cat slide001.md | |
_______ __ __ | |
/_ __(_) /_/ /__ | |
/ / / / __/ / -_) | |
/_/ /_/\__/_/\__/ | |
first body text | |
1. item 1 | |
2. item 2 | |
3. ~@>second body text | |
4. | |
5. <@~new item 1 | |
6. new item 1third body text | |
slide 001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment