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.
This commit is contained in:
Johnathan Maudlin 2014-10-07 17:12:25 -04:00
parent fd29de7f59
commit a66c00c599

View File

@ -3,7 +3,7 @@ category: tool
tool: tmux tool: tmux
contributors: contributors:
- ["kaernyk", "https://github.com/kaernyk"] - ["kaernyk", "https://github.com/kaernyk"]
- ["jmaud". "https://github.com/jmaud"] - ["jmaud", "https://github.com/jmaud"]
filename: LearnTmux.txt filename: LearnTmux.txt
--- ---
@ -113,6 +113,7 @@ then later reattached.
tmux.conf can be used to set options automatically on start up, much tmux.conf can be used to set options automatically on start up, much
like how .vimrc or init.el are used. like how .vimrc or init.el are used.
``` ```
# Example tmux.conf # Example tmux.conf
# 2014.10 # 2014.10
@ -178,7 +179,6 @@ unbind %
bind-key a send-prefix bind-key a send-prefix
### Theme ### Theme
########################################################################### ###########################################################################