Skip to content

Commit 982eb84

Browse files
committed
docs(tmux): add
1 parent f5aa36b commit 982eb84

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

tmux/README.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
[index]: https://github.com/rafaelrinaldi/cheatsheets
2+
[jason]: https://twitter.com/jasonlong
3+
4+
# tmux
5+
6+
<img src=tmux.png width=320>
7+
8+
><sub>Logo proposed by [Jason Long][jason]</sub>
9+
10+
1. [CLI](#1.0)
11+
1. [Defauts](#2.0)
12+
13+
---
14+
15+
### <a name='1.0'></a>CLI
16+
17+
| Option | Description |
18+
| :--- | :--- |
19+
| `ls` | List all active sessions |
20+
| `attach -t n` | Attach to session `n` |
21+
| `kill-session -t n` | Kill session `n` |
22+
23+
### <a name='2.0'></a>Defaults
24+
25+
| Command | Description |
26+
| :--- | :--- |
27+
| `Ctlr+B %` | Create a new vertical pane |
28+
| `Ctrl+B "` | Create a new horizontal pane |
29+
| `Ctrl+B [arrow]` | Move focus between panes |
30+
| `Ctrl+B z` | Toggle current pane full screen mode |
31+
| `Ctrl+B c` | Create a new window |
32+
| `Ctrl+B n` | Move focus to window number `n` |
33+
| `Ctrl+B d` | Detach from current session |
34+
| `clear` or `Ctrl+l` | Clear current pane output (equivalent to <kbd>⌘</kbd> + <kbd>K</kbd>) |
35+
| `Ctrl+B r` | Render UI |
36+
37+
---
38+
39+
[← Back][index]

tmux/tmux.png

8.84 KB
Loading

0 commit comments

Comments
 (0)