Skip to content

Instantly share code, notes, and snippets.

View bsideup's full-sized avatar

Sergei Egorov bsideup

View GitHub Profile
@jabbrwcky
jabbrwcky / dynamicVersion.gradle
Created November 2, 2012 08:42
Dynamic versions for gradle, git-flow and Java development
/*
* This work is licensed under the Creative Commons Attribution 3.0 Unported License.
*
* To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/
* or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
*/
/*
* Define your version here
*/
@andreyvit
andreyvit / tmux.md
Created June 13, 2012 03:41
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a