Commit Graph

8 Commits

Author SHA1 Message Date
kaernyk
b492bf6f37 Add tmux.conf
Re-add example ~/.tmux.conf
2014-09-09 21:19:53 -04:00
kaernyk
b71c8fb2f6 Remove tmux.conf
The linked resources have a few examples for users to build their own, and example configurations can be shared as links. This makes including it not too vital at the moment.

- Removed a handful of terminal commands & keybinds from the list
- Trimmed some overly-verbose paragraphs
2014-09-09 19:52:28 -04:00
kaernyk
eff9acfdde Remove syntax highlighting
bash syntax highlighting created issues with an open " originating in Keybinds. I have disabled syntax highlighting so the display is consistent
2014-09-08 09:21:59 -04:00
kaernyk
e8e9f08c54 Fix terminal commands
Header syntax has been corrected
2014-09-08 09:12:30 -04:00
kaernyk
0f00fb2b7a Edit tmux.conf
- Added additional content to terminal management
- Sectioned each category, and restructured how they were grouped
- Removed 'set -g mode-bg' as users can read the manual page if this becomes something they want to customize
2014-09-08 09:02:45 -04:00
kaernyk
408a4689f2 fix code block
example tmux.conf was not nested as I previously thought. I combined the blocks and fixed the issue
2014-09-05 23:20:51 -04:00
kaernyk
29581e5c13 Update tmux.html.markdown
Corrected page structure/style to conform to other tutorials
```
Line  18: Removed "tmux" as it has other purposes as well as quickly starting a blank session that will not be covered
Line  45: Added Meta/Alt explanation 
Line 126: Moved 'bind-key C-a send-prefix" to the group that requires it
Line 184: Added comment 
Line 186: Added comment pointing to resource required (if enabled)

- Removed 'set-option -g status-justify centre'

```
2014-09-05 23:11:58 -04:00
kaernyk
e97b3d6a0f Update and rename learntmux.html.markdown to tmux.html.markdown
Fixed some spelling, grammar, and punctuation issues 

Line  48:  Added additional items to the list of keybinds for power users
Line 104: Created section on configuring ~/.tmux.conf & added additional comments
Line 203: Added section including external resources
2014-09-05 22:06:10 -04:00