diff options
| -rw-r--r-- | tmux.html.markdown | 4 | 
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  ###########################################################################  | 
