OSDN Git Service

Regular updates
[twpd/master.git] / tmux.md
diff --git a/tmux.md b/tmux.md
index a5d9a5f..044229b 100644 (file)
--- a/tmux.md
+++ b/tmux.md
@@ -1,6 +1,7 @@
 ---
 title: tmux
 category: CLI
+layout: 2017/sheet
 ---
 
 ### Commands
@@ -15,7 +16,7 @@ category: CLI
     $ tmux new -s session_name
 
     $ tmux attach # Default session
-    $ tmux attach -s session_name
+    $ tmux attach -t session_name
 
     $ tmux switch -t session_name
 
@@ -49,6 +50,7 @@ category: CLI
     C-b hkjl    # navigation
     C-b HJKL    # resize
     C-b o       # next window
+    C-b q       # show pane numbers
     C-b x       # close pane
 
     C-b { or }  # move windows around
@@ -81,6 +83,8 @@ See `message-command-style` in the man page.
 
 ### Attribute/colors
 
+| Key | Description |
+| --- | --- |
 | `#[fg=1]` | standard color |
 | `#[fg=yellow]` | yellow |
 | `#[bold]` | bold |
@@ -102,6 +106,8 @@ See `message-command-style` in the man page.
 
 ### Variables
 
+| Key | Description |
+| --- | --- |
 | `#(date)` | shell command |
 | `#I` | window index |
 | `#S` | session name |