mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-06 23:08:34 +00:00
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:
parent
29581e5c13
commit
408a4689f2
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user