mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
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:
parent
fd29de7f59
commit
a66c00c599
@ -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
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user