Skip to content

Instantly share code, notes, and snippets.

@haixuanc
haixuanc / tmux-tips.md
Last active August 29, 2015 14:21
Tmux Tips

Enable scrolling:

ctrl+b [

Press q to quit scrolling mode.

@haixuanc
haixuanc / ubuntu-provision.md
Created May 6, 2015 19:53
ubuntu provision

solarized background color: #002b36 => rgb(0,43,54)

@haixuanc
haixuanc / .gitignore_global
Created April 15, 2015 17:51
A global .gitignore
# Run the following command in terminal to use it:
# $ git config --global core.excludesfile ~/.gitignore_global
# Reference: https://help.github.com/articles/ignoring-files/
# Compiled source #
###################
*.com
*.class
*.dll
*.exe