https://github.com/krisleech/wisper-presentation
Presentation about Wisper gem using Vim
https://github.com/krisleech/wisper-presentation
Last synced: 5 months ago
JSON representation
Presentation about Wisper gem using Vim
- Host: GitHub
- URL: https://github.com/krisleech/wisper-presentation
- Owner: krisleech
- Created: 2013-12-12T21:39:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T21:40:08.000Z (over 12 years ago)
- Last Synced: 2025-03-17T04:44:47.461Z (about 1 year ago)
- Language: VimL
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adding Events to Ruby Presenation
## Usage
### View the Presentation
```
./view
```
`r` reveal the next fold
When viewing the presentation folds are not visible.
#### Edit the Presentation
To create fold visually select a number of lines and then `zf`.
When editing presentations folds are visible.
`:w` write the buffer and state of folds
## Syntax Highlighting
```
@begin=haml@
%h2 #{@conference.name}
@end=haml@
@begin=ruby@
def foobar
end
@end=ruby@
```