summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohnathan Maudlin <maudlin.johnathan@gmail.com>2014-10-07 17:12:25 -0400
committerJohnathan Maudlin <maudlin.johnathan@gmail.com>2014-10-07 17:12:25 -0400
commita66c00c599dcea54f2095fb56343a7e8a200d9f1 (patch)
treeb7798f615446e5747d0681d35f3e78907286be1b
parentfd29de7f5904f75bd00c7e74652803eac11a994b (diff)
Correct Contributor's list & line spacing
- Contributor's list had an improper character which ruined the formatting. - The Theme section was preceded by three line breaks rather than two.
-rw-r--r--tmux.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.html.markdown b/tmux.html.markdown
index 1fe97699..79829c88 100644
--- a/tmux.html.markdown
+++ b/tmux.html.markdown
@@ -3,7 +3,7 @@ category: tool
tool: tmux
contributors:
- ["kaernyk", "https://github.com/kaernyk"]
- - ["jmaud". "https://github.com/jmaud"]
+ - ["jmaud", "https://github.com/jmaud"]
filename: LearnTmux.txt
---
@@ -113,6 +113,7 @@ then later reattached.
tmux.conf can be used to set options automatically on start up, much
like how .vimrc or init.el are used.
+
```
# Example tmux.conf
# 2014.10
@@ -178,7 +179,6 @@ unbind %
bind-key a send-prefix
-
### Theme
###########################################################################