Created
October 26, 2016 08:13
-
-
Save jobwat/166876108ed801427c461587e3081175 to your computer and use it in GitHub Desktop.
Quick Presentation tmux - remark
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Title</title> | |
<meta charset="utf-8"> | |
<style> | |
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); | |
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); | |
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); | |
body { font-family: 'Droid Serif'; } | |
h1, h2, h3 { | |
font-family: 'Yanone Kaffeesatz'; | |
font-weight: normal; | |
} | |
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } | |
</style> | |
</head> | |
<body> | |
<textarea id="source"> | |
class: center, middle | |
# tmux | |
tmux.github.io | |
--- | |
class: middle | |
# Agenda | |
1. Session | |
2. Windows | |
3. Panes | |
4. Sharing | |
5. Multi-sessions | |
--- | |
class: middle | |
# Session | |
- open a session | |
- detach / get dropped | |
- re-attach | |
--- | |
class: middle | |
# Windows | |
- open second window | |
- navigate ne | |
--- | |
class: middle | |
# Panes | |
- navigate up/down/right/left | |
- go to pane number | |
--- | |
class: middle | |
# Sharing | |
- share a session, work with a buddy | |
--- | |
class: middle | |
# Multi-sessions | |
- create another session | |
- switch in between session | |
- name session | |
</textarea> | |
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"> | |
</script> | |
<script> | |
var slideshow = remark.create(); | |
</script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment