Skip to content

Instantly share code, notes, and snippets.

@dgroch
dgroch / README.md
Created February 10, 2018 21:54 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@dgroch
dgroch / tmux-cheatsheet.markdown
Created December 25, 2016 22:53 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@dgroch
dgroch / atom_clojure_setup.md
Created August 8, 2016 00:18 — forked from jasongilman/atom_clojure_setup.md
This describes how I setup Atom for Clojure Development.

Atom Clojure Setup

This describes how I setup Atom for an ideal Clojure development workflow. This fixes indentation on newlines, handles parentheses, etc. The keybinding settings for enter (in keymap.cson) are important to get proper newlines with indentation at the right level. There are other helpers in init.coffee and keymap.cson that are useful for cutting, copying, pasting, deleting, and indenting Lisp expressions.

Install Atom

Download Atom

The Atom documentation is excellent. It's highly worth reading the flight manual.