Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove syntax highlighting | kaernyk | 2014-09-08 | -1/+1 |
| | | | bash syntax highlighting created issues with an open " originating in Keybinds. I have disabled syntax highlighting so the display is consistent | |||
* | Fix terminal commands | kaernyk | 2014-09-08 | -34/+34 |
| | | | Header syntax has been corrected | |||
* | Edit tmux.conf | kaernyk | 2014-09-08 | -51/+103 |
| | | | | | - 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 | |||
* | fix code block | kaernyk | 2014-09-05 | -91/+92 |
| | | | example tmux.conf was not nested as I previously thought. I combined the blocks and fixed the issue | |||
* | Update tmux.html.markdown | kaernyk | 2014-09-05 | -103/+97 |
| | | | | | | | | | | | | | 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' ``` | |||
* | Update and rename learntmux.html.markdown to tmux.html.markdown | kaernyk | 2014-09-05 | -71/+209 |
| | | | | | | | 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 | |||
* | Merge pull request #723 from dskecse/ruby-en-style-changes | Levi Bostian | 2014-09-05 | -51/+51 |
|\ | | | | | [ruby/en] Make style fixes to conform to Ruby style guide | |||
| * | Make style fixes to conform to ruby style guide | Dzianis Dashkevich | 2014-08-19 | -51/+51 |
| | | | | | | | | | | Made style fixes to conform to Ruby style guide. Added a reference to a community-driven Ruby coding style guide. | |||
* | | Fix "initialized" typo. | Levi Bostian | 2014-09-05 | -1/+1 |
| | | ||||
* | | Merge pull request #703 from jcbohin/go-en-confusing_array_initialization-#257 | Levi Bostian | 2014-09-05 | -1/+2 |
|\ \ | | | | | | | [go/en] Array initialization disambiguation - fixes #257 | |||
| * | | Fixing missing space and dot. | Jean-Christophe Bohin | 2014-08-07 | -1/+1 |
| | | | ||||
| * | | Array initialization disambiguation - fixes #257 | Jean-Christophe Bohin | 2014-08-04 | -1/+2 |
| | | | | | | | | | simply added proposed comment, which seems fine | |||
* | | | Merge pull request #666 from FZSS/master | Levi Bostian | 2014-09-05 | -0/+240 |
|\ \ \ | | | | | | | | | [markdown/zh-cn] Chinese Translation for Markdown | |||
| * | | | updated the filename into learnmarkdown-cn.md | Kevin Fangzhou Chen | 2014-07-29 | -1/+1 |
| | | | | ||||
| * | | | Changed filename | Kevin Fangzhou Chen | 2014-07-26 | -1/+1 |
| | | | | ||||
| * | | | Update markdown-cn.html.markdown | Kevin Fangzhou Chen | 2014-07-07 | -1/+1 |
| | | | | ||||
| * | | | Footnote corrected | Kevin Fangzhou Chen | 2014-07-07 | -1/+1 |
| | | | | ||||
| * | | | typo correction | Kevin Fangzhou Chen | 2014-07-07 | -1/+1 |
| | | | | ||||
| * | | | Proofread and checked style | Kevin Fangzhou Chen | 2014-07-07 | -18/+18 |
| | | | | ||||
| * | | | Finally Done | Kevin Fangzhou Chen | 2014-07-07 | -57/+58 |
| | | | | ||||
| * | | | halfway | Kevin Fangzhou Chen | 2014-07-07 | -83/+74 |
| | | | | ||||
| * | | | 2nd para | Kevin Fangzhou Chen | 2014-07-07 | -7/+6 |
| | | | | ||||
| * | | | Update markdown-cn.html.markdown | Kevin Fangzhou Chen | 2014-07-07 | -1/+1 |
| | | | | ||||
| * | | | Updated the file head | Kevin Fangzhou Chen | 2014-07-07 | -0/+3 |
| | | | | ||||
| * | | | Create markdown-cn.html.markdown | Kevin Fangzhou Chen | 2014-07-07 | -0/+246 |
| | | | | | | | | | | | | initiate | |||
* | | | | Fix learntmux | Adam | 2014-09-05 | -0/+0 |
| | | | | ||||
* | | | | Added compojure | Adam | 2014-09-05 | -0/+225 |
| | | | | ||||
* | | | | EDOUBLEDSPACE | Nami-Doc | 2014-09-05 | -23/+23 |
| | | | | | | | | | | | | My *fake* ocd kicked in | |||
* | | | | Merge pull request #743 from kaernyk/master | Levi Bostian | 2014-09-05 | -0/+71 |
|\ \ \ \ | | | | | | | | | | | [tmux/en] [WIP] Add tmux tutorial | |||
| * | | | | re-order commands | kaernyk | 2014-09-04 | -12/+12 |
| | | | | | | | | | | | | | | | I'm trying to perfect the order so that learning how to use tmux can be reasonably accomplished in one sitting. I feel like I may be leaving out some things that power users would be interested in, but for the sake of someone attempting to find out if they enjoy using tmux I believe it is in decent shape. | |||
| * | | | | Update LearnTmux.txt | kaernyk | 2014-09-04 | -10/+12 |
| | | | | | ||||
| * | | | | Update LearnTmux.txt | kaernyk | 2014-09-02 | -38/+46 |
| | | | | | | | | | | | | | | | clean up in prep for markdown | |||
| * | | | | Create LearnTmux.txt | kaernyk | 2014-09-02 | -0/+61 |
| | | | | | | | | | | | | | | | Quick write-up of using tmux | |||
* | | | | | Merge pull request #742 from xboston/patch-1 | Levi Bostian | 2014-09-05 | -21/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | Errors correction in the Russian ( Golang ) language / Исправление ошибок русского языка | |||
| * | | | | | Исправление ошибок русского языка / Typo fixes | boston | 2014-09-02 | -21/+21 |
| |/ / / / | | | | | | | | | | | Исправлены синтаксические и пунктуационные ошибки русского языка | |||
* | | | | | Merge pull request #745 from ben-eysenbach/patch-2 | Nami-Doc | 2014-09-04 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Clarified C Octal Character | |||
| * | | | | | Clarified C Octal Character | Ben Eysenbach | 2014-09-03 | -1/+1 |
|/ / / / / | | | | | | | | | | | This fixes issue #658 | |||
* | | | | | Merge pull request #744 from ben-eysenbach/patch-1 | Levi Bostian | 2014-09-03 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [matlab/en] Matlab syntax error | |||
| * | | | | | Matlab syntax error | Ben Eysenbach | 2014-09-03 | -1/+1 |
|/ / / / / | ||||
* | | | | | Merge pull request #732 from cbess/master | Levi Bostian | 2014-09-02 | -76/+258 |
|\ \ \ \ \ | |/ / / / |/| | | | | [swift/en] - add more examples; update examples | |||
| * | | | | - fix merge swift conflict | C. Bess | 2014-09-02 | -69/+425 |
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | - Merge master | |||
* | | | | | Merge pull request #741 from levibostian/master | Levi Bostian | 2014-09-01 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix arrow => array java typo. | |||
| * | | | | | Fix arrow => array java typo. | Levi Bostian | 2014-09-01 | -1/+1 |
|/ / / / / | ||||
* | | | | | Merge pull request #739 from Pvlerick/master | Nami-Doc | 2014-09-01 | -0/+158 |
|\ \ \ \ \ | | | | | | | | | | | | | TypeScript page created | |||
| * | | | | | Fixed errors and typos | Philippe | 2014-09-01 | -6/+7 |
| | | | | | | | | | | | | | | | | | | After review from from Nami-Doc | |||
| * | | | | | Merge remote-tracking branch 'upstream/master' | Philippe | 2014-08-31 | -1/+1 |
| |\ \ \ \ \ | ||||
| * | | | | | | Generics added | Philippe | 2014-08-31 | -2/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | And a few typos corrected, ready for pull request | |||
| * | | | | | | Merge remote-tracking branch 'upstream/master' | Philippe | 2014-08-27 | -335/+586 |
| |\ \ \ \ \ \ | ||||
| * | | | | | | | Added filename in header | Philippe | 2014-08-27 | -0/+1 |
| | | | | | | | | ||||
| * | | | | | | | Added section on Modules | Philippe | 2014-08-27 | -21/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | Indented comments and edited the Interfaces part. Still missing indexers and Generics. |