fix code block

example tmux.conf was not nested as I previously thought. I combined the blocks and fixed the issue
This commit is contained in:
kaernyk 2014-09-05 23:20:51 -04:00
parent 29581e5c13
commit 408a4689f2

View File

@ -96,12 +96,14 @@ from a screen and continue running in the background, then later reattached.
M-Left, M-Right M-Left, M-Right
### Configuring ~/.tmux.conf ### Configuring ~/.tmux.conf
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.9 # 2014.9
@ -192,7 +194,6 @@ like how .vimrc or init.el are used.
bind r source-file ~/.tmux.conf bind r source-file ~/.tmux.conf
``` ```
```
### External Resources ### External Resources