diff options
author | kaernyk <kaernyk@users.noreply.github.com> | 2014-09-08 09:21:59 -0400 |
---|---|---|
committer | kaernyk <kaernyk@users.noreply.github.com> | 2014-09-08 09:21:59 -0400 |
commit | eff9acfdde8a40bcdd6c6bcec96381064c1060b4 (patch) | |
tree | 5180290f4b8ff0003b9dbc0ba1ec6ebcf8f8690f | |
parent | e8e9f08c540123eec124afd3a2666b52a48d0a4a (diff) |
Remove syntax highlighting
bash syntax highlighting created issues with an open " originating in Keybinds. I have disabled syntax highlighting so the display is consistent
-rw-r--r-- | tmux.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.html.markdown b/tmux.html.markdown index ae68ed75..b4a9fde9 100644 --- a/tmux.html.markdown +++ b/tmux.html.markdown @@ -13,7 +13,7 @@ created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. -```bash +``` tmux [command] # Run a command # 'tmux' with no commands will create a new session |